Skip to content

Conversation

@Jonathan-Improving
Copy link

This is a draft PR, set for merging into another temporary branch (for now) for the primary purpose of collecting initial feedback from internal BitQuill developers before promoting it to the LangChain team.

See also the Valkey Vector Store GH Issue for tracking purposes.

Copy link

@MatthiasHowellYopp MatthiasHowellYopp left a comment

Choose a reason for hiding this comment

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

Minor questions - basically looks good.

print(f" Score: {score:.4f}")
print(f" Metadata: {doc.metadata}\n")

# Example with filtering (if filters are implemented)

Choose a reason for hiding this comment

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

do we not know if filters are implemented? or this depends on some other variable implementation that may or may not be present?

Choose a reason for hiding this comment

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

don't know enough about python to know if an empty init file makes sense or not.

name: str = Field(...)


class TextFieldSchema(ValkeyField):
Copy link

Choose a reason for hiding this comment

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

Valkey doesn't support TEXT field yet. How does the schema creation work?

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.

4 participants