We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4195ba3 commit 1f4225bCopy full SHA for 1f4225b
docs/index.rst
@@ -3,13 +3,19 @@
3
You can adapt this file completely to your liking, but it should at least
4
contain the root `toctree` directive.
5
6
-weaviate-agents-python-client documentation
7
-===========================================
+Weaviate Agents
+===============
8
9
-Add your content using ``reStructuredText`` syntax. See the
10
-`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
11
-documentation for details.
+Welcom to the Weaviate Agents Python Client documentation!
12
+Installation
+------------
13
+
14
+In order to install the Weaviate Python client together with the agents component, run:
15
16
+.. code-block:: zsh
17
18
+ pip install weaviate-client[agents] --upgrade
19
20
.. toctree::
21
:maxdepth: 2
0 commit comments