Skip to content

Commit

Permalink
extract embeddings from core (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes authored May 22, 2024
1 parent 9282ab3 commit d09802c
Show file tree
Hide file tree
Showing 9 changed files with 512 additions and 37 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"nyholm/psr7": "^1.8"
},
"require-dev": {
"modelflow-ai/embeddings": "^0.2",
"modelflow-ai/image": "^0.2",
"modelflow-ai/prompt-template": "^0.2",
"php-cs-fixer/shim": "^3.15",
Expand All @@ -47,6 +48,10 @@
"symfony/dotenv": "^7.1",
"symfony/console": "^7.1"
},
"suggest": {
"modelflow-ai/embeddings": "To use the embeddings.",
"modelflow-ai/image": "To use the image generation."
},
"scripts": {
"test-with-coverage": "@test --coverage-php var/reports/coverage.cov --coverage-cobertura=var/cobertura-coverage.xml --coverage-html var/reports/html --log-junit var/reports/junit.xml",
"test": [
Expand Down
Loading

0 comments on commit d09802c

Please sign in to comment.