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

Python compatibility of SimpleVectorStore #862

Open
omonnin-ynov opened this issue May 21, 2024 · 1 comment
Open

Python compatibility of SimpleVectorStore #862

omonnin-ynov opened this issue May 21, 2024 · 1 comment

Comments

@omonnin-ynov
Copy link

It's pretty much all in the title.

I was trying to import a simple vector store, index store and document store, and it kept crashing as it was loading.

Turns out, the TS library expects the JSON variables in camelCase and not snake_case. I believe the TS library should use the same naming convention as the Python one for compatibility purposes.

Godspeed.

@marcusschiesser marcusschiesser changed the title Simple stores use camelCase variables in JSON; Python library uses snake_case Python compatibility of SimpleVectorStore May 24, 2024
@marcusschiesser
Copy link
Collaborator

as @omonnin-ynov points out, SimpleVectorStore is not compatible between Python and TS versions. This ticket is to fix this

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

2 participants