-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: Added some fixes and documentation to py_function_parser. #2
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…d py parser tests.
Updated tests. Added links to inspiration projects
tazarov
added a commit
that referenced
this pull request
Jun 30, 2023
* chore: Added project urls and fixed python vulnerability scan paths * chore: Added some fixes and documentation to py_function_parser. (#2) * chore: Added some fixes and documentation to py_function_parser. Added py parser tests. * fix: Fixing vuln scan action * feat: Added LLM tools, Added class inheritance for classes that need LLM handling. * feat: Added support for enums. Updated tests. Added links to inspiration projects * feat: First 'naive' iteration of openai function calling with openAPI specs * chore: version bump * feat: OpenAPI Parsing and calling is now implemented and working.
tazarov
added a commit
that referenced
this pull request
Jun 30, 2023
* chore: Added project urls and fixed python vulnerability scan paths * chore: Added some fixes and documentation to py_function_parser. (#2) * chore: Added some fixes and documentation to py_function_parser. Added py parser tests. * fix: Fixing vuln scan action * feat: Added LLM tools, Added class inheritance for classes that need LLM handling. * feat: Added support for enums. Updated tests. Added links to inspiration projects * feat: First 'naive' iteration of openai function calling with openAPI specs * chore: version bump * feat: OpenAPI Parsing and calling is now implemented and working. * feat: Jinja2 template rendering with prompt and OpenAI Functions * feat: Added custom filter support. --------- Signed-off-by: Trayan Azarov <tazarov@users.noreply.github.com>
tazarov
added a commit
that referenced
this pull request
Jul 4, 2023
* chore: Added project urls and fixed python vulnerability scan paths * chore: Added some fixes and documentation to py_function_parser. (#2) * chore: Added some fixes and documentation to py_function_parser. Added py parser tests. * fix: Fixing vuln scan action * feat: Added LLM tools, Added class inheritance for classes that need LLM handling. * feat: Added support for enums. Updated tests. Added links to inspiration projects * feat: First 'naive' iteration of openai function calling with openAPI specs * chore: version bump * feat: OpenAPI Parsing and calling is now implemented and working. * feat: Jinja2 template rendering with prompt and OpenAI Functions * feat: Added custom filter support. * feat: Refactored OpenAPI calling. Added an abstraction for OpenAI functions OpenAIFunctionWrapper. It is still in early dev. * feat: Added json serialization of wrappers. * feat: Fixing python vulnerability scan workflow. * chore: Version bump for json serialization feature of OpenAPI wrapper --------- Signed-off-by: Trayan Azarov <tazarov@users.noreply.github.com>
tazarov
added a commit
that referenced
this pull request
Jul 6, 2023
* chore: Added project urls and fixed python vulnerability scan paths * chore: Added some fixes and documentation to py_function_parser. (#2) * chore: Added some fixes and documentation to py_function_parser. Added py parser tests. * fix: Fixing vuln scan action * feat: Added LLM tools, Added class inheritance for classes that need LLM handling. * feat: Added support for enums. Updated tests. Added links to inspiration projects * feat: First 'naive' iteration of openai function calling with openAPI specs * chore: version bump * feat: OpenAPI Parsing and calling is now implemented and working. * feat: Jinja2 template rendering with prompt and OpenAI Functions * feat: Added custom filter support. * feat: Refactored OpenAPI calling. Added an abstraction for OpenAI functions OpenAIFunctionWrapper. It is still in early dev. * feat: Added json serialization of wrappers. * feat: Fixing python vulnerability scan workflow. * chore: Version bump for json serialization feature of OpenAPI wrapper * feat: OpenAPI spec chatbot (#8) Refs: #7 * feat: Added OpenAPI QA bot support and example gradio chatbot Refs: #7 --------- Signed-off-by: Trayan Azarov <tazarov@users.noreply.github.com>
tazarov
added a commit
that referenced
this pull request
Jul 18, 2023
* chore: Added project urls and fixed python vulnerability scan paths * chore: Added some fixes and documentation to py_function_parser. (#2) * chore: Added some fixes and documentation to py_function_parser. Added py parser tests. * fix: Fixing vuln scan action * feat: Added LLM tools, Added class inheritance for classes that need LLM handling. * feat: Added support for enums. Updated tests. Added links to inspiration projects * feat: First 'naive' iteration of openai function calling with openAPI specs * chore: version bump * feat: OpenAPI Parsing and calling is now implemented and working. * feat: Jinja2 template rendering with prompt and OpenAI Functions * feat: Added custom filter support. * feat: Refactored OpenAPI calling. Added an abstraction for OpenAI functions OpenAIFunctionWrapper. It is still in early dev. * feat: Added json serialization of wrappers. * feat: Fixing python vulnerability scan workflow. * chore: Version bump for json serialization feature of OpenAPI wrapper * feat: OpenAPI spec chatbot (#8) Refs: #7 * feat: Added OpenAPI QA bot support and example gradio chatbot Refs: #7 * feat: Added locally run (facebook/bart-large-mnli) text classifier for identifying operations from user prompts - this is helpful for reducing LLM costs. * feat: Added return description to OpenAI function object's description. Refs: #11 * feat: Added threshold to the FunctionIndexer find_functions with a default 1.0 (match everything) Refs: #13 * feat: Documentation Added docs workflow for building the docs Refs: #14 * chore: Enable Material theme for docs Refs: #14 * chore: Added an article on Python function calling Refs: #14 * fix: Fixed wrong indentation in python-function-calling.md article. Refs: #14 * fix: Gotta learn material for mkdocs :D Refs: #14 * feat: Added function wrapper documentation and example jupyter notebook. Refs: #14 * fix: Added small improvement of information returned about failures to call LLM from response. * chore: Version bump * fix: Remove telemetry in ChromaDB and fixed an issue where OpenaAI key was not taken from env variable or constructor args. --------- Signed-off-by: Trayan Azarov <tazarov@users.noreply.github.com>
tazarov
added a commit
that referenced
this pull request
Jul 19, 2023
* chore: Added project urls and fixed python vulnerability scan paths * chore: Added some fixes and documentation to py_function_parser. (#2) * chore: Added some fixes and documentation to py_function_parser. Added py parser tests. * fix: Fixing vuln scan action * feat: Added LLM tools, Added class inheritance for classes that need LLM handling. * feat: Added support for enums. Updated tests. Added links to inspiration projects * feat: First 'naive' iteration of openai function calling with openAPI specs * chore: version bump * feat: OpenAPI Parsing and calling is now implemented and working. * feat: Jinja2 template rendering with prompt and OpenAI Functions * feat: Added custom filter support. * feat: Refactored OpenAPI calling. Added an abstraction for OpenAI functions OpenAIFunctionWrapper. It is still in early dev. * feat: Added json serialization of wrappers. * feat: Fixing python vulnerability scan workflow. * chore: Version bump for json serialization feature of OpenAPI wrapper * feat: OpenAPI spec chatbot (#8) Refs: #7 * feat: Added OpenAPI QA bot support and example gradio chatbot Refs: #7 * feat: Added locally run (facebook/bart-large-mnli) text classifier for identifying operations from user prompts - this is helpful for reducing LLM costs. * feat: Added return description to OpenAI function object's description. Refs: #11 * feat: Added threshold to the FunctionIndexer find_functions with a default 1.0 (match everything) Refs: #13 * feat: Documentation Added docs workflow for building the docs Refs: #14 * chore: Enable Material theme for docs Refs: #14 * chore: Added an article on Python function calling Refs: #14 * fix: Fixed wrong indentation in python-function-calling.md article. Refs: #14 * fix: Gotta learn material for mkdocs :D Refs: #14 * feat: Added function wrapper documentation and example jupyter notebook. Refs: #14 * fix: Added small improvement of information returned about failures to call LLM from response. * chore: Version bump * fix: Remove telemetry in ChromaDB and fixed an issue where OpenaAI key was not taken from env variable or constructor args. * fix: Bumping chromadb version to 0.4.2 * chore: Version bump to resolve dependency issues --------- Signed-off-by: Trayan Azarov <tazarov@users.noreply.github.com>
tazarov
added a commit
that referenced
this pull request
Jul 19, 2023
* chore: Added project urls and fixed python vulnerability scan paths * chore: Added some fixes and documentation to py_function_parser. (#2) * chore: Added some fixes and documentation to py_function_parser. Added py parser tests. * fix: Fixing vuln scan action * feat: Added LLM tools, Added class inheritance for classes that need LLM handling. * feat: Added support for enums. Updated tests. Added links to inspiration projects * feat: First 'naive' iteration of openai function calling with openAPI specs * chore: version bump * feat: OpenAPI Parsing and calling is now implemented and working. * feat: Jinja2 template rendering with prompt and OpenAI Functions * feat: Added custom filter support. * feat: Refactored OpenAPI calling. Added an abstraction for OpenAI functions OpenAIFunctionWrapper. It is still in early dev. * feat: Added json serialization of wrappers. * feat: Fixing python vulnerability scan workflow. * chore: Version bump for json serialization feature of OpenAPI wrapper * feat: OpenAPI spec chatbot (#8) Refs: #7 * feat: Added OpenAPI QA bot support and example gradio chatbot Refs: #7 * feat: Added locally run (facebook/bart-large-mnli) text classifier for identifying operations from user prompts - this is helpful for reducing LLM costs. * feat: Added return description to OpenAI function object's description. Refs: #11 * feat: Added threshold to the FunctionIndexer find_functions with a default 1.0 (match everything) Refs: #13 * feat: Documentation Added docs workflow for building the docs Refs: #14 * chore: Enable Material theme for docs Refs: #14 * chore: Added an article on Python function calling Refs: #14 * fix: Fixed wrong indentation in python-function-calling.md article. Refs: #14 * fix: Gotta learn material for mkdocs :D Refs: #14 * feat: Added function wrapper documentation and example jupyter notebook. Refs: #14 * fix: Added small improvement of information returned about failures to call LLM from response. * chore: Version bump * fix: Remove telemetry in ChromaDB and fixed an issue where OpenaAI key was not taken from env variable or constructor args. * fix: Bumping chromadb version to 0.4.2 * chore: Version bump to resolve dependency issues * fix: Fixed a migration problem to new chromadb --------- Signed-off-by: Trayan Azarov <tazarov@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added py parser tests.