We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cdda7 commit 3fe0538Copy full SHA for 3fe0538
composer.json
@@ -9,7 +9,6 @@
9
"ext-sockets": "*",
10
"cycle/entity-behavior": "^1.2",
11
"guzzlehttp/guzzle": "^7.0",
12
- "hkulekci/qdrant": "^0.5.6",
13
"internal/dload": "^0.2.2",
14
"llm-agents/agent-site-status-checker": "^1.1",
15
"llm-agents/agent-smart-home-control": "^1.1",
@@ -36,9 +35,7 @@
36
35
"autoload": {
37
"psr-4": {
38
"App\\": "app/src",
39
- "Database\\": "app/database",
40
- "LLM\\Agents\\Embeddings\\": "app/Embeddings",
41
- "LLM\\Agents\\ChainOfThought\\": "app/ChainOfThought"
+ "Database\\": "app/database"
42
}
43
},
44
"autoload-dev": {
0 commit comments