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

fix: Update vector store file chunking strategy to use StaticChunkingStrategy #230

Merged
merged 4 commits into from
Jun 7, 2024
Merged

Conversation

hiibolt
Copy link
Contributor

@hiibolt hiibolt commented Jun 6, 2024

This targets the changes mentioned in #229, because OpenAI requires a non-null name when creating a vector store. This also fixes attaching a file to a vector store, where it would fail to deserialize. Also adds a test for both errors to catch them during development in the future!

Fixes #229

…Strategy

This targets the changes mentioned in #229, because OpenAI requires a non-null name when creating a vector store. This also fixes attaching a file to a vector store, where it would fail to deserialize. Also adds a test for both errors to catch them during development in the future!

#229
Reverted according to recent comments on #229, reasoning can be found on thread.
Related details can be found in PR #230
Copy link
Owner

@64bit 64bit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR and bug fixes!

@64bit 64bit merged commit cca439c into 64bit:main Jun 7, 2024
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

Successfully merging this pull request may close these issues.

Failing to deserialize VectorStoreFileObject
2 participants