Commit 1ebf334
authored
✨ feat: Add CI configuration, testing setup, and initial test cases (#130)
* ✨ feat: Add CI configuration, testing setup, and initial test cases
* ✨ feat: Add 'dummy' vector store mode for testing and development
* ✨ feat: Update CI configuration and remove dummy vector store mode
* ✨ feat: Improve error handling for invalid mode in store_factory.py
* ✨ feat: Refactor project structure and implement new vector store services
* ✨ feat: Add request validation error handling and implement main application logic
* ✨ fix: Ensure newline at end of file in main.py
* ✨ feat: Implement main application logic with FastAPI and document handling endpoints
* ✨ refactor: Clean up and organize imports in main.py; enhance document routes with improved error handling
* ✨ refactor: Streamline health check logic and improve document deletion handling; add health utility module
* ✨ feat: Add initial test suite for application components; include tests for configuration, database, document loading, health checks, middleware, and models
* ✨ test: Add configuration for testing environment and implement dummy vector store for unit tests
* ✨ test: Add configuration for testing environment and implement dummy vector store for unit tests
* ✨ refactor: Remove redundant health check test; streamline test suite
* ✨ feat: Implement asynchronous vector store classes for PostgreSQL and MongoDB; enhance document handling and retrieval1 parent 19d8f4d commit 1ebf334
File tree
37 files changed
+1352
-970
lines changed- .github/workflows
- app
- routes
- services
- vector_store
- utils
- tests
- services
- utils
37 files changed
+1352
-970
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
Whitespace-only changes.
0 commit comments