Skip to content

Commit 81c2f57

Browse files
Update FaissRM.md
1 parent d080774 commit 81c2f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/retrieval_model_clients/FaissRM.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The **FaissRM** module provides a retriever that uses an in-memory Faiss vector
4040

4141
```python
4242
import dspy
43-
from dspy.retrieve import FaissRM
43+
from dspy.retrieve.faiss_rm import FaissRM
4444

4545
document_chunks = [
4646
"The superbowl this year was played between the San Francisco 49ers and the Kanasas City Chiefs",
@@ -59,4 +59,4 @@ frm = FaissRM(document_chunks)
5959
turbo = dspy.OpenAI(model="gpt-3.5-turbo")
6060
dspy.settings.configure(lm=turbo, rm=frm)
6161
print(frm(["I am in the mood for Chinese food"]))
62-
```
62+
```

0 commit comments

Comments
 (0)