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

Knowledge Bases in Local #198

Open
Khampol opened this issue Dec 23, 2024 · 6 comments
Open

Knowledge Bases in Local #198

Khampol opened this issue Dec 23, 2024 · 6 comments

Comments

@Khampol
Copy link

Khampol commented Dec 23, 2024

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 ;>

@griptape-studio
Copy link

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:

image

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.

@Khampol
Copy link
Author

Khampol commented Dec 24, 2024

Ok i see. Vector DB stuff is very new for me...
BTW do you think i could use this "MongoDB" for it ?

@shhlife
Copy link
Collaborator

shhlife commented Dec 26, 2024

Yep, we have a lot of different VectorStore Drivers available - in the Griptape Docs you can see all of them:

https://docs.griptape.ai/stable/griptape-framework/drivers/vector-store-drivers/#vector-store-drivers

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!

@Khampol
Copy link
Author

Khampol commented Dec 28, 2024

Great! Really want to see that.
But having the mongoDB installed, now I need functions like https://cloud.griptape.ai/ as "Create Data source" or "Link website" etc.. How i can do that?

@shhlife
Copy link
Collaborator

shhlife commented Dec 28, 2024

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!

@Khampol
Copy link
Author

Khampol commented Jan 5, 2025

Yeah, having a VectorDB GUI manager would be so great ! Cheers!

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