Sentence Similarity
English
txtai
davidmezzetti commited on
Commit
4379b79
1 Parent(s): 03883d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -51,3 +51,5 @@ An embeddings index generated by txtai is a fully encapsulated index format. It
51
 
52
  The Wikipedia index works well as a fact-based context source for conversational search. In other words, search results from this model can be passed to LLM prompts as the
53
  context in which to answer questions.
 
 
 
51
 
52
  The Wikipedia index works well as a fact-based context source for conversational search. In other words, search results from this model can be passed to LLM prompts as the
53
  context in which to answer questions.
54
+
55
+ See this [article](https://neuml.hashnode.dev/embeddings-in-the-cloud) for additional examples on how to use this model.