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

Harrison/typesense fix #6391

Merged
merged 2 commits into from
Jun 19, 2023
Merged

Harrison/typesense fix #6391

merged 2 commits into from
Jun 19, 2023

Conversation

hwchase17
Copy link
Contributor

No description provided.

2796gaurav and others added 2 commits June 18, 2023 17:44
…6159)

Changes done.
1. Example code in Typesense Class provided input embedding as
`embedding=embedding.embed_query` which throws an error as
`AttributeError: 'function' object has no attribute 'embed_query'`.
2. modified k values in vector similarity as Typesense by default
returns 10 results. So providing k =4 by default would make users think
about why the results are returned 10 instead of 4.


#### Who can review?

@jasonbosco @hwchase17 
 @dev2049

Co-authored-by: gaurav <gaurav.chauhan1@rksv.in>
@hwchase17 hwchase17 added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Jun 19, 2023
@vercel
Copy link

vercel bot commented Jun 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
langchain ⬜️ Ignored (Inspect) Jun 19, 2023 0:45am

@hwchase17 hwchase17 merged commit 5c1fa3e into master Jun 19, 2023
@hwchase17 hwchase17 deleted the harrison/typesense-fix branch June 19, 2023 01:33
This was referenced Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm PR looks good. Use to confirm that a PR is ready for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants