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/indexes
Naoki Ainoya 2f27ef92fe
Fix typo in VectorStoreIndexWrapper method (#1922)
Fixed a typo in the argument of the query method within the
VectorStoreIndexWrapper class. Specifically, the argument `retriver` has
been changed to `retriever`. With this correction, the correct argument
name is used, and potential bugs are avoided.
1 year ago
..
prompts Harrion/kg (#1016) 1 year ago
__init__.py Harrison/indexing pipeline (#1317) 1 year ago
graph.py Harrion/kg (#1016) 1 year ago
vectorstore.py Fix typo in VectorStoreIndexWrapper method (#1922) 1 year ago