Spaces:
Runtime error
Runtime error
Commit
·
620a0ce
1
Parent(s):
1834a39
Embedding ret
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import sys
|
|
| 6 |
import streamlit as st
|
| 7 |
from haystack import Pipeline
|
| 8 |
from haystack.document_stores import FAISSDocumentStore
|
| 9 |
-
from haystack.nodes import Shaper, PromptNode, PromptTemplate, PromptModel
|
| 10 |
from haystack.nodes.retriever.web import WebRetriever
|
| 11 |
from haystack.schema import Document
|
| 12 |
|
|
|
|
| 6 |
import streamlit as st
|
| 7 |
from haystack import Pipeline
|
| 8 |
from haystack.document_stores import FAISSDocumentStore
|
| 9 |
+
from haystack.nodes import Shaper, PromptNode, PromptTemplate, PromptModel, EmbeddingRetriever
|
| 10 |
from haystack.nodes.retriever.web import WebRetriever
|
| 11 |
from haystack.schema import Document
|
| 12 |
|