Add embedding and storage modules - #50
Open
ParamThakkar123 wants to merge 1 commit into
Open
Conversation
Add embedding generation and vector storage functionality with tests and documentation.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
===========================================
+ Coverage 27.27% 65.64% +38.37%
===========================================
Files 4 12 +8
Lines 88 521 +433
===========================================
+ Hits 24 342 +318
- Misses 64 179 +115 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/embeddings.jl– embedding generation module with support for multiple backends (OpenAI, Gemini, HuggingFace)src/storage.jl– vector storage module for persisting and querying embeddingstest/EmbeddingsTest.jlandtest/StorageTest.jl– test suites for both modulessrc/HealthLLM.jlandsrc/database.jl– integrate new modulesdocs/src/embeddings.md– documentation for the embedding systemdocs/make.jlanddocs/src/index.md– include new docs in buildtest/runtests.jlandtest/Project.toml– register new tests