-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
[BUG]: Weaviate: Indexes seem to be queries with underscores removed? #145
Comments
After changing all this.camelCase things to seem to sync. Very ugly hack: |
Was this namespace created by AnythingLLM or was it already existing? We shouldn't have issues with referring to spaces created via AnythingLLM since in theory, the rules of namespace should be consistent from creation/update/read/delete |
No it was an existing one. Was under the inpression it would allow some interfacing to our existing weaviate database. |
Ah, so technically speaking, if the workspace and the namespace in Weaviate have the same |
Ok so vector admin is technically AnythingLVM-admin? Unfortunate. Thanks. |
No, they are two totally separate repos. If it was just for anythingLLM it would be in this repo |
Ok, but you do not aim to support existing databases then. Having fixed rules on how things are named seems kinda counter intuitive. I could contribute a setting of some sort to enable/disable the forces camelcase if you like. |
I just realized we have been talking on the This is a bug for VA, lol. Yes underscores should not matter in this context |
Hehe, thanks :) |
Any update about this issue ? |
How are you running VectorAdmin?
Docker (local)
What happened?
Error when trying to sync.
Are there known steps to reproduce?
Connected to weaviate with existing named classes that do not use camelcase, then you get following messages consistently when trying to sync.
And
And more of those.
The text was updated successfully, but these errors were encountered: