Fully local Vectorize #12664
kvanbere
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, first of all thank you for your hard work.
I was actually wondering whether it would be possible to provide a fully local binding for Vectorize.
It is a little awkward to use the remote bindings when you are working in a team, especially if you are using a local D1 database for the actual data, because the vector database will be full of invalid references and this will mess up the application.
In the meantime has anyone thought of a good workaround? I have been considering generating random namespace each time the docker container is created, and prefixing that to every namespace (tenants) in our app so that all the developers can use the remote Vectorize in parallel without contaminating each others data.
I guess another approach would be to namespace each tenant by UUIDv7 so that different tenants across developers machines are quite unlikely to overlap.
Beta Was this translation helpful? Give feedback.
All reactions