-
Notifications
You must be signed in to change notification settings - Fork 105
[ce] Docs search #524
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
[ce] Docs search #524
Conversation
query_str: str, | ||
top_k: int, | ||
filter: Optional[Dict[str, Any]] = None, | ||
# TODO, add options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is a todo here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to hold off exposing support for options in the SDK for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, lgtm!
Problem
See this notebook for usage:
https://colab.research.google.com/drive/1aSgSZ2iQYXfkPuE9fyZiKcXxKlZxD9bq?usp=sharing
Most of this PR is generated code from the API spec.
Non-generated code is here:
Type of Change
Test Plan
Manual testing.
There are no automated tests yet. I'm hesitant to invest too heavily in tests while there is still so much potential for things to change on the server.