-
Notifications
You must be signed in to change notification settings - Fork 16k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC: Add tooling for Tilores entity resolution SDK #26320
Comments
hey if you're open to renaming the package |
Hi @efriis, thanks for looking into this. I brought it up to the Tilores team, and they are considering the rename. |
Hi @efriis , we have made the change the old repo langchain-tilores is now pointing to tilores-langchain with package renamed to |
hey! sorry for being unclear - if you add a jupyter notebook to the monorepo in docs/docs/integrations/tools/tilores.ipynb, then it will show up in the listing at the bottom! Here's the guide: https://python.langchain.com/docs/contributing/how_to/integrations/publish/#adding-documentation-to-the-langchain-monorepo |
URL
https://python.langchain.com/v0.2/docs/integrations/tools/
Checklist
Issue with current documentation:
Can we get the Tilores LangChain integration listed on the LangChain WIKI?
This week we release the first version of the Python packages, and they are ready to be used.
Tilores is an entity resolution system that works with structured data and can perfectly augment GenAI in its context.
Tilores supports dynamic schemas, and can therefore be used to resolve any types of records to single entities.
Hence why we published a LangChain tool, so that structured requests can be made to any Tilores schema.
The resources we would like to link to are:
I have also added an idea/content to write on the "Tilores SDK" page for the Tilores tooling.
Happy to receive feedback on my suggestion and clarify any questions you might have.
If this is the wrong place to suggest an addition to your WIKI, please let me know.
Kind regards,
Lukas
Idea or request for content:
Tilores SDK
This tool provides the building blocks for integrating LangChain, LangGraph, and the
Tilores entity resolution system.
Developers can use these tools to create powerful systems that leverage entity resolution
for record retrieval, search, and entity resolution.
Examples
Human-in-the-Loop Chat:
examples/chat
This example demonstrates how to build a chat application using Chainlit and LangGraph to explore a Tilores instance through natural language. It guides users through search functionality and explains the search results.
Basic Usage:
examples/basic
This example shows how to use tools with an LLM model in a basic setup.
Installation
$ pip install langchain-tilores
Sources to
langchain-tilores
are available on Github.Example usage
The text was updated successfully, but these errors were encountered: