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

Contribute search fine-tuning examples to OpenAI cookbook repo (python) #8

Open
tylerhutcherson opened this issue May 2, 2023 · 0 comments
Labels
enhancement New feature or request python

Comments

@tylerhutcherson
Copy link
Collaborator

The existing cookbook just touches the surface:
https://github.com/openai/openai-cookbook/blob/main/examples/vector_databases/redis/getting-started-with-redis-and-openai.ipynb

Create a notebook that highlights the following:

  • Combining Redis VSS and other search features (for improved performance)
  • Show examples "fine tuning" the HNSW params for VSS and compare recall to a FLAT index structure.
  • Show difference between using pipelines for multiple searches vs individual Redis calls (latency improvement)
  • Anything else you guys think is relevant here from a search performance perspective?
@tylerhutcherson tylerhutcherson added enhancement New feature or request python labels May 2, 2023
@tylerhutcherson tylerhutcherson changed the title Add search fine-tuning examples to OpenAI cookbook repo Contribute search fine-tuning examples to OpenAI cookbook repo (python) May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python
Projects
None yet
Development

No branches or pull requests

1 participant