components
Vector search and LLM components for pipelines
component | description |
---|---|
embeddings | A class for handling vector search |
models | Making an interface for LLM inference |
pipeline | A class for running LLM and RAG pipelines |
prompt | Prompt builders for LLM |
result | A class to hold results from different stages of a pipeline |