Skip to content

smargoli2/oodle-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oodle-chat

Uses Python, Langchain, OpenAI and PineconeDB to answer questions about Oodle.

Imagine if ChatGPT had context of your specific data and prioritized it while answering. This project allows you to easily take some data that you have (like a Wiki, knowledge base or database), and allows you to query OpenAI with the context of your own data.

The chatwithDocs module answers questions based on documentation, and provides the answer plus a link to a demo video on the topic.

image

The queryDb module can translate natural language into SQL queries and then query a database for the answer.

image

Inspired by

https://github.com/moshekarmel1/plop/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages