浏览代码

[Docs] Update pinecone integration docs (#1296)

Deshraj Yadav 1 年之前
父节点
当前提交
8d7e8b6fb9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/components/vector-databases/pinecone.mdx

+ 3 - 0
docs/components/vector-databases/pinecone.mdx

@@ -98,6 +98,9 @@ app.add("/path/to/file.pdf", data_type="pdf_file", namespace="my-namespace")
 
 
 # Query
 # Query
 app.query("<YOUR QUESTION HERE>", namespace="my-namespace")
 app.query("<YOUR QUESTION HERE>", namespace="my-namespace")
+
+# Chat
+app.chat("<YOUR QUESTION HERE>", namespace="my-namespace")
 ```
 ```
 
 
 Under the hood, Embedchain fetches the relevant chunks from the documents you added by doing hybrid search on the pinecone index.
 Under the hood, Embedchain fetches the relevant chunks from the documents you added by doing hybrid search on the pinecone index.