Skip to content

Conversation

@hadv
Copy link
Owner

@hadv hadv commented Mar 28, 2025

No description provided.

@hadv
Copy link
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.

2 participants