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:
Ofer Mendelevitch
2023-10-03 15:34:39 -07:00
committed by GitHub
parent 745e3e29da
commit b93a08079e
2 changed files with 3 additions and 2 deletions

View File

@@ -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: