Skip to content

Commit d41bdc1

Browse files
committed
minor #883 [Docs] Fix syntax issues (OskarStark)
This PR was squashed before being merged into the main branch. Discussion ---------- [Docs] Fix syntax issues | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | -- | License | MIT Commits ------- a6900e5 [Docs] Fix syntax issues
2 parents 7e769be + a6900e5 commit d41bdc1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/components/agent.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ tools in the same chain - which even enables you to overwrite the pre-existing c
241241

242242
The order of the factories in the ChainFactory matters, as the first factory has the highest priority.
243243

244-
Agent uses Agent 🤯
245-
~~~~~~~~~~~~~~~~~~
244+
Agent uses Agent
245+
~~~~~~~~~~~~~~~~
246246

247247
Similar to third-party tools, an agent can also use an different agent as a tool. This can be useful to encapsulate
248248
complex logic or to reuse an agent in multiple places or hide sub-agents from the LLM::

docs/components/store.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,29 @@ You can find more advanced usage in combination with an Agent using the store fo
5353

5454
.. note::
5555

56-
Both `InMemory` and `PSR-6 cache` vector stores will load all the data into the
56+
Both ``InMemory`` and ``PSR-6 cache`` vector stores will load all the data into the
5757
memory of the PHP process. They can be used only the amount of data fits in the
5858
PHP memory limit, typically for testing.
5959

6060
Supported Stores
6161
----------------
6262

6363
* `Azure AI Search`_
64-
* `Chroma`_ (requires `codewithkyrian/chromadb-php` as additional dependency)
64+
* `Chroma`_ (requires ``codewithkyrian/chromadb-php`` as additional dependency)
6565
* `Cloudflare`_
6666
* `InMemory`_
6767
* `Manticore`_
68-
* `MariaDB`_ (requires `ext-pdo`)
68+
* `MariaDB`_ (requires ``ext-pdo``)
6969
* `Meilisearch`_
7070
* `Milvus`_
71-
* `MongoDB Atlas`_ (requires `mongodb/mongodb` as additional dependency)
71+
* `MongoDB Atlas`_ (requires ``mongodb/mongodb`` as additional dependency)
7272
* `Neo4j`_
73-
* `Pinecone`_ (requires `probots-io/pinecone-php` as additional dependency)
74-
* `Postgres`_ (requires `ext-pdo`)
73+
* `Pinecone`_ (requires ``probots-io/pinecone-php`` as additional dependency)
74+
* `Postgres`_ (requires ``ext-pdo``)
7575
* `Qdrant`_
7676
* `Supabase`_ (requires manual database setup)
7777
* `SurrealDB`_
78-
* `Symfony Cache`_ (requires `symfony/cache` as additional dependency)
78+
* `Symfony Cache`_ (requires ``symfony/cache`` as additional dependency)
7979
* `Typesense`_
8080
* `Weaviate`_
8181

0 commit comments

Comments
 (0)