An open API service indexing awesome lists of open source software.

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

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.