Skip to content

Commit da50366

Browse files
author
Michał Żarnecki
committed
update composer
1 parent 435bcf6 commit da50366

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/src/composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"name": "mzarnecki/php-rag",
3+
"description": "A Retrieval Augmented Generation application that combines the power of Large Language Models with document retrieval capabilities.",
4+
"keywords": ["php", "openai", "GPT-4", "vectorstore", "Claude", "semantic search", "LLM", "ollama", "anthropic", "mistral"],
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Michał Żarnecki"
9+
}
10+
],
211
"require": {
312
"php": ">=8.1.0",
413
"openai-php/client": "^0.7.4",

0 commit comments

Comments
 (0)