Skip to content

Commit

Permalink
[Docs] Update pinecone integration docs (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
deshraj committed Mar 2, 2024
1 parent 7e1d2ff commit 8d7e8b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/components/vector-databases/pinecone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ app.add("/path/to/file.pdf", data_type="pdf_file", namespace="my-namespace")

# Query
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.
Expand Down

0 comments on commit 8d7e8b6

Please sign in to comment.