-
- Downloads
fix(PGVectorStore): Use OR in text search; correct IN behaviour (#11872)
* fix(PGVectorStore): Invert IN operator behaviour * test: update test_postgres assertion * docs: install postgres step in postgres notebook * docs: postgres hybrid search w/ QueryFusionRetriever * fix: pgvectorstore bug (just introduced in this branch) * add comments; auto-formatting * auto-formatting ipynb
Showing
- docs/examples/vector_stores/postgres.ipynb 110 additions, 19 deletionsdocs/examples/vector_stores/postgres.ipynb
- llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/llama_index/vector_stores/postgres/base.py 22 additions, 14 deletions...tores-postgres/llama_index/vector_stores/postgres/base.py
- llama-index-integrations/vector_stores/llama-index-vector-stores-postgres/tests/test_postgres.py 4 additions, 2 deletions...llama-index-vector-stores-postgres/tests/test_postgres.py
Loading
Please register or sign in to comment