Spaces:
Runtime error
Runtime error
Update retriever.py
Browse files- retriever.py +0 -4
retriever.py
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 1 |
from smolagents import Tool
|
| 2 |
-
from langchain_community.retrievers import BM25Retriever
|
| 3 |
-
from langchain.docstore.document import Document
|
| 4 |
-
import datasets
|
| 5 |
-
|
| 6 |
|
| 7 |
class FrugalAI_methods(Tool):
|
| 8 |
name = "FrugalAI_methods"
|
|
|
|
| 1 |
from smolagents import Tool
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
class FrugalAI_methods(Tool):
|
| 4 |
name = "FrugalAI_methods"
|