Skip to content

Commit

Permalink
Base AI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbieniek committed Jan 27, 2025
1 parent 94fc11b commit d5138be
Show file tree
Hide file tree
Showing 225 changed files with 12,712 additions and 146 deletions.
7 changes: 6 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8&charset=utf8mb4"
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8"
# DATABASE_URL=mysql://root:@127.0.0.1:/barcelona?serverVersion=mariadb-10.10.2&charset=utf8mb4
###< doctrine/doctrine-bundle ###

###> symfony/lock ###
Expand All @@ -174,3 +174,8 @@ LOCK_DSN=flock
# Delivery is disabled by default via "null://localhost"
MAILER_URL=null://localhost
###< symfony/swiftmailer-bundle ###

###> ibexa/connector-openai ###
OPENAI_API_KEY=sk-123456
###< ibexa/connector-openai ###
PS_VECTOR_STORE_CONNECTION_STRING=CHANGEME
18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
"type": "project",
"license": ["proprietary"],
"require": {
"php": ">=7.4",
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-pgsql": "*",
"fastvolt/markdown": "^0.2.1",
"hkulekci/qdrant": "^0.5.8",
"http-interop/http-factory-guzzle": "^1.2",
"ibexa/connector-ai": "^4.6",
"ibexa/connector-openai": "^4.6",
"ibexa/experience": "4.6.15",
"league/html-to-markdown": "^5.1",
"mathsgod/langchain-text-splitter": "^1.0",
"pgvector/pgvector": "^0.2.0",
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/flex": "^1.17|^2",
Expand Down Expand Up @@ -78,5 +86,11 @@
"url": "https://updates.ibexa.co"
}
},
"name": "ibexa/experience-skeleton"
"name": "ibexa/experience-skeleton",
"require-dev": {
"symfony/debug-bundle": "5.4.*",
"symfony/monolog-bundle": "^3.0",
"symfony/stopwatch": "5.4.*",
"symfony/web-profiler-bundle": "5.4.*"
}
}
Loading

0 comments on commit d5138be

Please sign in to comment.