first commit
This commit is contained in:
7
rag_eval/adapters/__init__.py
Normal file
7
rag_eval/adapters/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""Adapter implementations that connect evaluation flows to target applications."""
|
||||
|
||||
from .base import AppAdapter
|
||||
from .http import HttpAppAdapter
|
||||
from .python import PythonFunctionAdapter
|
||||
|
||||
__all__ = ["AppAdapter", "HttpAppAdapter", "PythonFunctionAdapter"]
|
||||
Reference in New Issue
Block a user