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

Bump protobufjs from 6.11.3 to 6.11.4 in /demos/palm/web/quick-prompt #1

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[demo][python] Update an outdated filename in Docs Agent's README.md
  • Loading branch information
kyolee415 committed Sep 1, 2023
commit 41dde4b49abb105fe7e4f1f36e1911bb099911c3
2 changes: 1 addition & 1 deletion demos/palm/python/docs-agent/README.md
Original file line number Diff line number Diff line change
@@ -515,7 +515,7 @@ To populate a new vector database:
python3 ./scripts/populate_vector_database.py
```

This script uses the `output_path` directory from the `input-values.yaml` file
This script uses the `output_path` directory from the `config.yaml` file
to locate plain text files and creates a new directory at
`$HOME/docs-agent/vector_stores/chroma`, which contains embeddings and metadata.