Skip to content

Remove community retrievers #8073

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from dspy.predict import *
from dspy.primitives import *
from dspy.retrieve import *
from dspy.retrievers import *
from dspy.signatures import *
from dspy.teleprompt import *

import dspy.retrievers

from dspy.evaluate import Evaluate # isort: skip
from dspy.clients import * # isort: skip
from dspy.adapters import Adapter, ChatAdapter, JSONAdapter, TwoStepAdapter, Image, History # isort: skip
Expand Down
5 changes: 0 additions & 5 deletions dspy/retrieve/__init__.py

This file was deleted.

397 changes: 0 additions & 397 deletions dspy/retrieve/azureaisearch_rm.py

This file was deleted.

170 changes: 0 additions & 170 deletions dspy/retrieve/chromadb_rm.py

This file was deleted.

96 changes: 0 additions & 96 deletions dspy/retrieve/clarifai_rm.py

This file was deleted.

Loading