File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
247247Similar to third-party tools, an agent can also use an different agent as a tool. This can be useful to encapsulate
248248complex logic or to reuse an agent in multiple places or hide sub-agents from the LLM::
Original file line number Diff line number Diff 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
6060Supported 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
You can’t perform that action at this time.
0 commit comments