Skip to content

Add testing framework and GitHub Actions CI/CD#4

Merged
hadv merged 11 commits intomasterfrom
add-testing-and-ci
Mar 28, 2025
Merged

Add testing framework and GitHub Actions CI/CD#4
hadv merged 11 commits intomasterfrom
add-testing-and-ci

Conversation

@hadv
Copy link
Copy Markdown
Owner

@hadv hadv commented Mar 28, 2025

No description provided.

@hadv
Copy link
Copy Markdown
Owner Author

hadv commented Mar 28, 2025

project/
├── src/
│ ├── core/ # Core functionality
│ │ ├── db-service.ts
│ │ └── embedding-utils.ts
│ ├── types/ # Type definitions
│ │ ├── qdrant-types.ts
│ │ ├── chroma-types.ts
│ │ └── declarations/ # Type declarations for third-party libraries
│ │ └── pdf-parse.d.ts
│ └── scripts/ # Utility scripts
│ ├── data-import.ts
│ └── document-uploader.ts
├── tests/ # Test files
├── index.ts # Main entry point
└── other config files...

@hadv hadv merged commit da98f84 into master Mar 28, 2025
4 checks passed
@hadv hadv deleted the add-testing-and-ci branch March 28, 2025 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant