openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Add example notebook with Deep Lake vector database

Open FayazRahman opened this issue 1 year ago • 1 comments

This notebook shows how to implement a question answering system with LangChain's Deep Lake integration as a vector store and OpenAI embeddings.

FayazRahman avatar May 25 '23 06:05 FayazRahman

hi there @logankilpatrick , bumping this up in case it's possible to merge to add Deep Lake to the list of vector databases, we need more open source ones out there:)

mikayelh avatar Jun 05 '23 16:06 mikayelh

hi @ted-at-openai, just noticed you review a similar pr . Would really appreciate you taking a look at this, too, as it has been up there for a while now.

mikayelh avatar Jun 30 '23 16:06 mikayelh

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Sep 23 '23 01:09 github-actions[bot]

@simonpfish I have updated the PR and the description, hope everything looks good now!

FayazRahman avatar Sep 28 '23 16:09 FayazRahman

Looks good! Thank you for doing that. One last thing, I'd recommend dealing with this deprecation warning and using the latest version of that function:

CleanShot 2023-09-28 at 17 56 26@2x

And completely optional, but sometimes I find it helpful to hide the outputs of the installation cell to make the notebooks easier to read.

CleanShot 2023-09-28 at 17 55 56@2x

simonpfish avatar Sep 29 '23 00:09 simonpfish

@simonpfish Fixed!

FayazRahman avatar Oct 02 '23 04:10 FayazRahman

Thanks for the contribution!

simonpfish avatar Oct 02 '23 18:10 simonpfish