Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Some extra dependencies are needed for this notebook, which can be installed via


```python
%pip install "pyautogen[openai,retrievechat-couchbase]==0.8.7" "flaml[automl]==2.3.4" couchbase==4.3.3
%pip install "ag2[openai,retrievechat-couchbase]==0.8.7" "flaml[automl]==2.3.4" couchbase==4.3.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This file appears to be auto-generated, as indicated by the /generated/ segment in its path. Changes made directly to generated files are typically overwritten when the generation process is run again.

Another file in this repository, tutorial/markdown/generated/vector-search-cookbook/CouchbaseStorage_Demo.md, contains an explicit warning:

<!--- *** WARNING ***: Autogenerated markdown file from jupyter notebook. ***DO NOT EDIT THIS FILE***. Changes should be made to the original notebook file. -->

To ensure this migration is permanent, please locate the source file (likely a Jupyter Notebook) from which this markdown is generated and apply the package update there.

# For more information, please refer to the [installation guide](/docs/installation/).
```

Expand Down