Spaces:
Build error
Build error
Create ipynb.txt
Browse files
ipynb.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# **RAG implemetation Using LlamaIndex and Huggingface Models**
|
| 2 |
+
|
| 3 |
+
|
| 4 |
+
|
| 5 |
+
* PDF file
|
| 6 |
+
* Index
|
| 7 |
+
* storage context (vector store or vector db)
|
| 8 |
+
* node-1,node-2,node-3(smaller segment of data)
|
| 9 |
+
* service context
|
| 10 |
+
* embedding model with your nodes
|
| 11 |
+
* llm
|
| 12 |
+
* Persist dir
|