-
- Downloads
Support txtai as a vector store (#10240)
Showing
- docs/community/integrations/vector_stores.md 16 additions, 0 deletionsdocs/community/integrations/vector_stores.md
- docs/examples/vector_stores/TxtaiIndexDemo.ipynb 249 additions, 0 deletionsdocs/examples/vector_stores/TxtaiIndexDemo.ipynb
- docs/module_guides/storing/vector_stores.md 1 addition, 0 deletionsdocs/module_guides/storing/vector_stores.md
- llama_index/readers/__init__.py 2 additions, 0 deletionsllama_index/readers/__init__.py
- llama_index/readers/txtai.py 77 additions, 0 deletionsllama_index/readers/txtai.py
- llama_index/vector_stores/__init__.py 2 additions, 0 deletionsllama_index/vector_stores/__init__.py
- llama_index/vector_stores/registry.py 3 additions, 0 deletionsllama_index/vector_stores/registry.py
- llama_index/vector_stores/txtai.py 232 additions, 0 deletionsllama_index/vector_stores/txtai.py
- tests/indices/vector_store/conftest.py 19 additions, 0 deletionstests/indices/vector_store/conftest.py
- tests/indices/vector_store/mock_txtai.py 45 additions, 0 deletionstests/indices/vector_store/mock_txtai.py
- tests/indices/vector_store/test_txtai.py 92 additions, 0 deletionstests/indices/vector_store/test_txtai.py
Loading
Please register or sign in to comment