Skip to content

isaacus-dev/langchain-isaacus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

langchain-isaacus

This package contains the LangChain integration for the Isaacus legal API.

Installation

pip install -U langchain-isaacus

And you should configure credentials by setting the following environment variables:

Embeddings

IsaacusEmbeddings class exposes embeddings from Isaacus.

from langchain_isaacus import IsaacusEmbeddings

embeddings = IsaacusEmbeddings()
embeddings.embed_query("What is the meaning of life?")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors