Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rag #134

Merged
merged 3 commits into from
Jan 20, 2025
Merged

Rag #134

merged 3 commits into from
Jan 20, 2025

Conversation

olasunkanmi-SE
Copy link
Owner

  • Add getCodeRepository method to ContextService for getting a CodeRepository instance
  • Implement buildFunctionStructureMap method to map codebase structures
  • Introduce generateFunctionDescription method for generating function descriptions
  • Create generateEmbeddings method for generating embeddings from function descriptions
  • Add InsertFunctionsinDB method to insert functions into the database
  • Update EmbeddingService to process functions in batches with rate limiting

Olasunkanmi Oyinlola added 3 commits January 20, 2025 19:43
… code structure

* Introduce a singleton pattern in CodeRepository to ensure a single instance
* Improve error handling in database connection and initialization
* Modify code structure and formatting in various services for better readability
* Update dependencies and imports in TypeScript services
…sitory instance

Implement buildFunctionStructureMap method to map codebase structures
Introduce generateFunctionDescription method for generating function descriptions
Create generateEmbeddings method for generating embeddings from function descriptions
Add InsertFunctionsinDB method to insert functions into the database
Update EmbeddingService to process functions in batches with rate limiting
@olasunkanmi-SE olasunkanmi-SE merged commit bc53b3a into development Jan 20, 2025
2 checks passed
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