Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,14 @@ embeddings.search("""
|
|
41 |
""")
|
42 |
```
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
# Source
|
45 |
|
46 |
https://dumps.wikimedia.org/svwiki/20240220/dumpstatus.json
|
@@ -64,11 +72,3 @@ https://dumps.wikimedia.org/svwiki/20240220/svwiki-20240220-pages-articles-multi
|
|
64 |
https://dumps.wikimedia.org/svwiki/20240220/svwiki-20240220-pages-articles-multistream6.xml-p6319737p7819736.bz2
|
65 |
|
66 |
https://dumps.wikimedia.org/svwiki/20240220/svwiki-20240220-pages-articles-multistream6.xml-p7819737p8827284.bz2
|
67 |
-
|
68 |
-
## Use Cases
|
69 |
-
|
70 |
-
An embeddings index generated by txtai is a fully encapsulated index format. It doesn't require a database server or dependencies outside of the Python install.
|
71 |
-
|
72 |
-
The Wikipedia index works well as a fact-based context source for retrieval augmented generation (RAG). In other words, search results from this model can be passed to LLM prompts as the context in which to answer questions.
|
73 |
-
|
74 |
-
See this [article](https://neuml.hashnode.dev/embeddings-in-the-cloud) for additional examples on how to use this model.
|
|
|
41 |
""")
|
42 |
```
|
43 |
|
44 |
+
## Use Cases
|
45 |
+
|
46 |
+
An embeddings index generated by txtai is a fully encapsulated index format. It doesn't require a database server or dependencies outside of the Python install.
|
47 |
+
|
48 |
+
The Wikipedia index works well as a fact-based context source for retrieval augmented generation (RAG). In other words, search results from this model can be passed to LLM prompts as the context in which to answer questions.
|
49 |
+
|
50 |
+
See this [article](https://neuml.hashnode.dev/embeddings-in-the-cloud) for additional examples on how to use this model.
|
51 |
+
|
52 |
# Source
|
53 |
|
54 |
https://dumps.wikimedia.org/svwiki/20240220/dumpstatus.json
|
|
|
72 |
https://dumps.wikimedia.org/svwiki/20240220/svwiki-20240220-pages-articles-multistream6.xml-p6319737p7819736.bz2
|
73 |
|
74 |
https://dumps.wikimedia.org/svwiki/20240220/svwiki-20240220-pages-articles-multistream6.xml-p7819737p8827284.bz2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|