Replies: 2 comments 5 replies
-
To use the
This example demonstrates how to integrate |
Beta Was this translation helpful? Give feedback.
-
@dosu... Please help. I am getting this error : ValueError: No existing llama_index.vector_stores.txtai.base found at c:/parquet/storage\default__vector_store.json. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I am creating a vector_index using
VectorStoreIndex(df_nodes)
and retrieving viavector_retriever = vector_index.as_retriever(similarity_top_k=1)
before using it in the query engine.However, if I use the txtai vector store, would I get better performance in RAG? If so, could you provide an example of how to use txtai vector store with my pandas DataFrame? The examples provided are for documents. I would appreciate a similar example for a pandas DataFrame or df_nodes. Thank you.
The below code for df_nodes:
Txtai suggested code for documents is below. I like to get a example how I taxai do the same for pandas dataframe:
https://docs.llamaindex.ai/en/stable/examples/vector_stores/TxtaiIndexDemo/
Beta Was this translation helpful? Give feedback.
All reactions