gitinsp.domain.interfaces.application
Members list
Type members
Classlikes
Service for processing user messages and generating AI responses Handles interaction with the underlying language model through Assistant implementations
Service for processing user messages and generating AI responses Handles interaction with the underlying language model through Assistant implementations
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Service responsible for ingesting and managing repository content in the RAG system Handles the processes of adding, removing, and listing repository collections
Service responsible for ingesting and managing repository content in the RAG system Handles the processes of adding, removing, and listing repository collections
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Core service orchestrating the workflow of the Git Inspector application Coordinates interactions between various services including chat, repository indexing, content retrieval, and AI service management
Core service orchestrating the workflow of the Git Inspector application Coordinates interactions between various services including chat, repository indexing, content retrieval, and AI service management
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Service responsible for dynamically filtering vector store queries based on user input This allows for more targeted retrieval of information from the RAG system
Service responsible for dynamically filtering vector store queries based on user input This allows for more targeted retrieval of information from the RAG system
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object QueryFilterService
Strategy interface for creating query filters. This allows for different filtering strategies to be implemented at runtime.
Strategy interface for creating query filters. This allows for different filtering strategies to be implemented at runtime.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class NoFilterStrategy