Skip to content
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

Giving a Knowledge Base for the Bot #22

Open
ChamathRosh opened this issue Mar 27, 2024 · 2 comments
Open

Giving a Knowledge Base for the Bot #22

ChamathRosh opened this issue Mar 27, 2024 · 2 comments

Comments

@ChamathRosh
Copy link

Is there any way that we can give a knowledgebase from pdf or any other format

@cweems
Copy link
Collaborator

cweems commented Mar 27, 2024

@ChamathRosh not as of yet, I believe we would need to integrate with the OpenAI assistants API to support this functionality. I am looking into it now.

@SDCalvo
Copy link

SDCalvo commented Apr 2, 2024

You could also use a vector DB like pinecone for this, build a retriever and make a function that takes the retrieval from the DB and turns is into a string as Context: ${contextGottenFromPinecone} and you can append that context to the LLM prompt whenever queriyng for the next interaction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants