-
Notifications
You must be signed in to change notification settings - Fork 600
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
[demos][python] Add a new Python PaLM demo: Docs Agent #116
Conversation
Doc Agents allows PaLM API users to launch a chat application using their own documents as a dataset.
- Create a symlink to the Docs Agent project's `third_party` directory.
instructions in README.md
directories in the setup instructions.
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.
Left a few basic comments. I didn't go over anything in detail, just spot checked a couple things and mainly checked the licenses.
Can you please include ownership changes in /CODEOWNERS and set up your unit test instrumentation too - can be another PR if you like, but please do it ASAP (e.g. no CODEOWNERS means we have to manually triage any PRs / issues that are filed).
demos/palm/python/docs-agent/scripts/populate_vector_database.py
Outdated
Show resolved
Hide resolved
- Replace the `CONTRIBUTING.md` with Google's official one. - Updated `REDAME.md` to adjust a link, edit a section, and include contributors. - Run `black` on the `populate_vector_database.py` script. - Update `CODEOWNERS`
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.
Thanks!
Doc Agents allows PaLM API users to launch a chat application using their own documents as a dataset.