chat-w-csv / ref.txt
DrishtiSharma's picture
Update ref.txt
af7ca67 verified
raw
history blame contribute delete
781 Bytes
1. https://stackoverflow.com/questions/78028402/modulenotfounderror-for-llama-index-vector-stores-in-python-project
2. https://github.com/NirDiamant/RAG_Techniques/blob/main/all_rag_techniques/simple_csv_rag_with_llamaindex.ipynb
3. https://medium.com/@sridevi17j/resolving-modulenotfounderror-no-module-named-llama-index-readers-base-in-llama-index-d9f81cb2a9cf
4. https://github.com/run-llama/llama_index/blob/main/llama-index-core/llama_index/core/readers/file/base.py
5. https://docs.llamaindex.ai/en/stable/api_reference/readers/
6. https://docs.llamaindex.ai/en/stable/api_reference/readers/file/
7. https://docs.llamaindex.ai/en/stable/api_reference/readers/file/#llama_index.readers.file.CSVReader (✅)
8. https://huggingface.co/spaces/Umi22/Assignment/blob/main/app.py