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

[Docs Agent] Release of Docs Agent v 0.3.1 #340

Merged
merged 5 commits into from
Mar 29, 2024
Merged
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
[docs] Update the git clone instructions on Docs Agent's CLI setup
guide.
kyolee415 committed Mar 29, 2024
commit dbaa77d4b2ab831ce08014cfa9c566cf9e5a7986
Original file line number Diff line number Diff line change
@@ -124,13 +124,13 @@ from your `$HOME` directory.
1. Clone the following internal repo:

```posix-terminal
git clone sso://doc-llm-internal/docs-agent
git clone https://github.com/google/generative-ai-docs.git
```

2. Go to the project directory:

```posix-terminal
cd docs-agent
cd generative-ai-docs/examples/gemini/python/docs-agent
```

3. Install dependencies using `poetry`: