From d8ad9052e939c6aa1929d43e35f6037182c7239f Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 25 Sep 2024 16:30:49 +0200 Subject: [PATCH 1/2] Change sentence in `README` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52d32139..626d11e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ LLM Chain PHP library for building LLM-based features and applications. -This is not a stable library yet, but still rather experimental. Feel free to try it out, give feedback, ask questions, contribute or share your use cases. +This library is not a stable yet, but still rather experimental. Feel free to try it out, give feedback, ask questions, contribute or share your use cases. Abstractions, concepts and interfaces are not final and potentially subject of change. Requirements From 7da49fd92e66218971074339c5577ad4da8af06b Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 25 Sep 2024 16:31:34 +0200 Subject: [PATCH 2/2] - --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 626d11e4..419fc380 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,6 @@ Planned Models & Runtimes (not implemented yet): Supported Stores ---------------- -Currently supported stores: - * [x] Chroma DB * [x] Azure AI Search * [ ] Pinecone