examples icon indicating copy to clipboard operation
examples copied to clipboard

Jupyter Notebooks to help you get hands-on with Pinecone vector databases

Results 59 examples issues
Sort by recently updated
recently updated
newest added

## Problem fixing user warning ``` Directly instantiating an SQLDatabaseChain with an llm is deprecated. Please instantiate with llm_chain argument or using the from_llm class method. ``` ## Solution Describe...

resolve #229 ## Problem Describe the purpose of this change. What problem is being solved and why? ## Solution Describe the approach you took. Link to any relevant bugs, issues,...

## Problem Pip installation command fails (https://github.com/pinecone-io/examples/issues/296) ## Solution Removed invalid version number for `canopy-sdk` and added `python-multipart` (based on updated error output) ## Type of Change - [X] Bug...

### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...

bug

### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...

bug

### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...

bug

### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...

bug

learn/generation/langchain/handbook/09-langchain-streaming/09-langchain-streaming.ipynb Calling the /chat endpoint with a GET resulting in a 405 error. Should be POST. res = requests.post("http://localhost:8000/chat", json={"text": "hello there!"} )

### Is this your first time submitting a feature request? - [X] I have searched the existing issues, and I could not find an existing issue for this feature -...

enhancement

### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...

bug