return this

This commit is contained in:
Lorenze Jay
2024-11-15 15:51:07 -08:00
parent cdf5233523
commit b90793874c

View File

@@ -55,12 +55,12 @@ class BaseRAGStorage(ABC):
"""Reset the storage.""" """Reset the storage."""
pass pass
# @abstractmethod @abstractmethod
# def _generate_embedding( def _generate_embedding(
# self, text: str, metadata: Optional[Dict[str, Any]] = None self, text: str, metadata: Optional[Dict[str, Any]] = None
# ) -> Any: ) -> Any:
# """Generate an embedding for the given text and metadata.""" """Generate an embedding for the given text and metadata."""
# pass pass
@abstractmethod @abstractmethod
def _initialize_app(self): def _initialize_app(self):