https://github.com/blacksmithop/parse_knowledge_with_llms
An example app in Langgraph to get started
https://github.com/blacksmithop/parse_knowledge_with_llms
Last synced: about 1 year ago
JSON representation
An example app in Langgraph to get started
- Host: GitHub
- URL: https://github.com/blacksmithop/parse_knowledge_with_llms
- Owner: blacksmithop
- Created: 2024-11-29T12:04:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T13:56:16.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:47:56.610Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Knowledge Repo
This is an attempt to parse different knowledge bases using an LLM. My goal is leverage the ability of LLMs to compile multiple data source so that the user does not have to go over them manually, a time-intensive task.
I will be primarily using Langgraph for this, but most of the implementation will involve custom interfaces to process data. The goal is to add support for different data sources while keeping the dependency footprint minimal.