utils
Browse files- utils/haystack.py +1 -1
utils/haystack.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from haystack import Pipeline
|
3 |
-
from pubmed_fetcher import PubMedFetcher
|
4 |
from haystack.components.generators import HuggingFaceTGIGenerator
|
5 |
from haystack.components.builders.prompt_builder import PromptBuilder
|
6 |
|
|
|
1 |
import streamlit as st
|
2 |
from haystack import Pipeline
|
3 |
+
from utils.pubmed_fetcher import PubMedFetcher
|
4 |
from haystack.components.generators import HuggingFaceTGIGenerator
|
5 |
from haystack.components.builders.prompt_builder import PromptBuilder
|
6 |
|