-
Notifications
You must be signed in to change notification settings - Fork 15
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
Knowledge Bases in Local #198
Comments
Hi @Khampol - We don't have a self-install version of Griptape Cloud available for running locally, but you can use the RAG Engine node along with the Griptape RAG Retrieve: Vector Store Module to query against your own local knowledge base. You would just need to have a local vector store running - here's a list of all the vector store drivers available: For example, you could try MongoDB Atlas running local https://www.mongodb.com/docs/atlas/cli/current/atlas-cli-deploy-local/ Or, you could use the Local VectorStoreDriver which can use a text file - but it's not super efficient. Check out the example in the examples folder. |
Ok i see. Vector DB stuff is very new for me... |
Yep, we have a lot of different VectorStore Drivers available - in the Griptape Docs you can see all of them: Check out a few of them & see which ones you feel comfortable running locally on your machine. When I'm back from the holidays I'll see if I can create a demo of one! |
Great! Really want to see that. |
Ah, at the moment I don't have any nodes inside ComfyUI that will create collections.. just adding data to existing collections. Creating would be things that you'd do from mongodb itself. it's something we could investigate though! |
Yeah, having a VectorDB GUI manager would be so great ! Cheers! |
Hi,
Is there a way to do it and host locally for griptape ?
Sorry but i can't just host (and share) my stuff with you ;>
The text was updated successfully, but these errors were encountered: