mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 14:36:54 +00:00
Updates to Vectara Implementation (#11366)
Replace this entire comment with: - **Description:** updates to documentation and API headers - **Tag maintainer:** @baskarya - **Twitter handle:** @ofermend
This commit is contained in:
committed by
GitHub
parent
745e3e29da
commit
b93a08079e
@@ -74,6 +74,7 @@ class Vectara(VectorStore):
|
||||
"x-api-key": self._vectara_api_key,
|
||||
"customer-id": self._vectara_customer_id,
|
||||
"Content-Type": "application/json",
|
||||
"X-Source": "langchain",
|
||||
}
|
||||
|
||||
def _delete_doc(self, doc_id: str) -> bool:
|
||||
|
Reference in New Issue
Block a user