You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/vectorstores
玄猫 deffc65693
fix: vectorstore pgvector ensure compatibility #3884 (#4248)
Ensure compatibility with both SQLAlchemy v1/v2 

fix the issue when using SQLAlchemy v1 (reported at #3884)

`
langchain/vectorstores/pgvector.py", line 168, in
create_tables_if_not_exists
    self._conn.commit()
AttributeError: 'Connection' object has no attribute 'commit'
`

Ref Doc :
https://docs.sqlalchemy.org/en/14/changelog/migration_20.html#migration-20-autocommit
1 year ago
..
__init__.py Harrison/tair (#3770) 1 year ago
analyticdb.py Harrison/one drive loader (#4081) 1 year ago
annoy.py fixes #1214 (#3003) 1 year ago
atlas.py consistently use getLogger(__name__), no root logger (#2989) 1 year ago
base.py Self-query with generic query constructor (#3607) 1 year ago
chroma.py Harrison/chroma get (#3938) 1 year ago
deeplake.py DeepLake: Pass in rest of args to self._search_helper (#4080) 1 year ago
elastic_vector_search.py ES similarity_search_with_score() and metadata filter (#3046) 1 year ago
faiss.py fixes #1214 (#3003) 1 year ago
lancedb.py Harrison/lancedb (#3634) 1 year ago
milvus.py fixes #1214 (#3003) 1 year ago
myscale.py Harrison/myscale (#3352) 1 year ago
opensearch_vector_search.py OpenSearch: Add Similarity Search with Score (#4089) 1 year ago
pgvector.py fix: vectorstore pgvector ensure compatibility #3884 (#4248) 1 year ago
pinecone.py Fix format string in pinecone error handling (#2897) 1 year ago
qdrant.py Update qdrant interface (#3971) 1 year ago
redis.py Harrison/relevancy score (#3907) 1 year ago
supabase.py fixes #1214 (#3003) 1 year ago
tair.py Harrison/tair (#3770) 1 year ago
utils.py fix #3884 (#3475) 1 year ago
weaviate.py Harrison/relevancy score (#3907) 1 year ago
zilliz.py Refactor Milvus/Zilliz (#3047) 1 year ago