-
Notifications
You must be signed in to change notification settings - Fork 2
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
better certificate support #59
Conversation
glennga
commented
Jan 24, 2025
•
edited
Loading
edited
- fix to provider + auditor to use certificate, use of 'get(item_type)' instead of get_item
- allow the specification of certificates for SQL++ tools and semantic search tools
- view DDL file updates to use scoped names
…ertificate, use of 'get(item_type)' instead of get_item
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.
it would be better if use of certificate is included in generated python code of sqlpp and http tool in this patch
Adding PRIMARY INDEX creation to metadata catalogs. Modifying view files to use the proper scopes.
* Adding notice * Removed wrong notice * Added makefile to install agentc using pip in conda env * add poetry install * Added makefiles for starter agents, modified makefile to include variable env name * Updated readmes to include makefile * Modified readmes to give opt bw makefile and manual installation --------- Co-authored-by: ThejasNU <[email protected]>
* Adding notice * Removed wrong notice * Added makefile to install agentc using pip in conda env * add poetry install * Added makefiles for starter agents, modified makefile to include variable env name * Updated readmes to include makefile * Modified readmes to give opt bw makefile and manual installation * Updated docs with makefile instructions --------- Co-authored-by: ThejasNU <[email protected]>
* Adding notice * Removed wrong notice * Adding analytics view * minor changes * updating view to use a single GROUP BY * Creating views in the keyspace given now --------- Co-authored-by: Glenn Galvizo <[email protected]>
* Adding notice * Removed wrong notice * Added sphinx doc and updated llmgen keyspace
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.
LGTM!!
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 don't see any code for get(item_type)
change