Created embeddings of all LangChain Python docs using Instructor-XL model. Anyone can download and use them for creating apps.

Here is a Python code snippet for how to use it

```
from embeddingstore import load_embedding

# load langchain/docs-python embedding
result = load_embedding("langchain/docs-python", embed_for="chroma")
```
GitHub Package: https://github.com/embedstore/embedstore
Langchain Embeddings link: https://embedstore.ai/e/langchain-python-docs-1j2ybrny

No comments yet…

Login to comment.