Skip to content

Commit c3e79ce

Browse files
authored
Remove community retrievers (#8073)
* remove community retrievers * lint
1 parent dd8cf1c commit c3e79ce

30 files changed

+7
-3602
lines changed

dspy/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
from dspy.predict import *
22
from dspy.primitives import *
3-
from dspy.retrieve import *
3+
from dspy.retrievers import *
44
from dspy.signatures import *
55
from dspy.teleprompt import *
66

7-
import dspy.retrievers
8-
97
from dspy.evaluate import Evaluate # isort: skip
108
from dspy.clients import * # isort: skip
119
from dspy.adapters import Adapter, ChatAdapter, JSONAdapter, XMLAdapter, TwoStepAdapter, Image, Audio, History, BaseType, Tool, ToolCalls # isort: skip

dspy/retrieve/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

dspy/retrieve/azureaisearch_rm.py

Lines changed: 0 additions & 397 deletions
This file was deleted.

dspy/retrieve/chromadb_rm.py

Lines changed: 0 additions & 170 deletions
This file was deleted.

dspy/retrieve/clarifai_rm.py

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)