Skip to content

Demonstrating how to piece together various pieces of functionality using Langchain and Weaviate

Notifications You must be signed in to change notification settings

rlnasuti/weaviate-langchain-langchain_indexing_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hail and well met!

What is this?

Demonstration of how to piece together various pieces of functionality using Langchain and Weaviate

Some things in here:

  • docker compose file used to setup an instance of Weaviate locally that will work with the langchain indexing api.
  • indexing_api: demonstrates how to populate the weaviate database (note: if you look at the objects you'll notice that there's a vector_weights property that's empty. This is fine - vector similarity search still works. IDK what's happening but the embeddings must be somewhere else.)
  • client.py: demonstrates how to use self-querying retriever as well as do a standard similarity search filtering on metadata.

About

Demonstrating how to piece together various pieces of functionality using Langchain and Weaviate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages