mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
return this
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user