danieldekay
danieldekay
Second that: Tavily is nice, but not always the best. I have played with it for a while, and compared to other search engines (in my case bing) - and...
@assafelovic, yes, thank you! I only discovered the web interface last night, and only after digging into the code I realized how many more options there are, unexposed to the...
I kind of agree with your move to Tavily as default, as it always provides a few relevant hits, often more relevant than a pure google search. I played with...
did you try to add `import logger` to the top of that script?
it will be easiest if you add support for your endpoints directly into the upstream library langchain.
Unfortunately, no. I can't install the knowledge_storm package, and then streamlit won't run.
I create a new environment for the streamlit app, where I am installing it's `requirements.txt`, and then also `knowledge_storm` via `pip install knowledge_storm,` as it is missing. The repo root...
will try tomorrow, and let you know.
'pip install knowledge_storm' completes succesfully on version 0.2.5
@assafelovic Have you considered using JSON output of models? Or does that not work because we are so model agnostic and not all models support this mode?