File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,39 @@ This API enables ingestion of text data, which is embedded via OpenAI's `text-em
2626
2727---
2828
29+ ## π Project Structure
30+
31+ ```
32+ second-brain/
33+ βββ app/
34+ β βββ main.py
35+ β βββ router.py
36+ β βββ auth.py
37+ β βββ config.py
38+ β βββ qdrant_client.py
39+ β βββ utils/
40+ β βββ logger.py
41+ β βββ openai_client.py
42+ βββ tests/
43+ β βββ __init__.py
44+ β βββ test_health.py
45+ β βββ test_ingest.py
46+ β βββ test_search.py
47+ βββ docs/
48+ β βββ USAGE.md
49+ β βββ ARCHITECTURE.md
50+ β βββ CHANGE_AUDIT.md
51+ βββ logs/ # Log files (gitignored)
52+ βββ qdrant_data/ # Persistent data for Qdrant (gitignored)
53+ βββ docker-compose.yml
54+ βββ Makefile
55+ βββ requirements.txt
56+ βββ .gitignore
57+ βββ LICENSE
58+ βββ README.md
59+ ```
60+ ---
61+
2962## π§ Setup
3063
31641 . Clone the repo:
You canβt perform that action at this time.
0 commit comments