Skip to content

Commit 1ce216e

Browse files
Merge pull request #37 from Juliusolsson05/feat/rag-intel-chat
feat: robust RAG indexing, persistent chat, and chat UI improvements
2 parents cda2a58 + 670868e commit 1ce216e

47 files changed

Lines changed: 2891 additions & 526 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:16-alpine
3+
image: pgvector/pgvector:pg16
44
restart: unless-stopped
55
ports:
66
- "5434:5432"

0 commit comments

Comments
 (0)