-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Cookbook with Groq and LanceDB #310
Comments
@sridharaiyer we have integration with Lancedb:
And its super simple to add groq:
|
@jacobweiss2305 How come PDFUrlKnowledgeBase supports LanceDb but WebsiteKnowledgeBase does not? lance_db
Update
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we get a cookbook with Groq and LanceDb? Would I still need to have a local embedding? If so, then can I get an example of how this Streamlit app can be hosted using a proper Dockerfile that downloads all packages, including ollama to download the nomic-text embedding model
Goal: I want to be able to upload a PDF file using Streamlit, and have a summarizer assistant with a specific prompt to summarize the document. This I need in combination with a RAG chatbot input at the bottom (below the summarized output in markdown in the main Streamlit window). All this without my customer needing to run a pgvector docker container. In other words, using a local DB such as LanceDB.
The text was updated successfully, but these errors were encountered: