A newer version of the Gradio SDK is available:
5.12.0
Steps
- Pre-process the knowledge base (docs)
- Store it in a database (embeddings)
- Inject content into GPT-3 prompt
App building specs
- langchain - for chaining prompts
- langflow - displays prompting with database
- gradio - integrates with huggingface (important, to easily demo the work being done, and let people pay for the openai results)
- pinecone (cloud vectorstore database, instead of chromadb which runs local)