Skip to content
Snippets Groups Projects
Commit d4049661 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix langchain haystack

parent 3dc93f8a
No related branches found
No related tags found
1 merge request!72Resolve "Read & fix report"
......@@ -21,7 +21,7 @@
It also has built-in support for a variety of NLP tasks.
The key feature \href{https://docs.haystack.deepset.ai/docs/pipelines}{pipelines} is the counterpart to the LangChain chains.
The key feature \href{https://docs.haystack.deepset.ai/docs/pipelines}{Pipelines} is the counterpart to the LangChain chains.
Another key feature are the \href{https://docs.haystack.deepset.ai/v1.25/docs/agent}{Agents}.
Particularly interesting is the \href{https://docs.haystack.deepset.ai/v1.25/docs/agent#conversational-agent}{Conversational Agent}, which simplifies the usage of the LLM in a chatbot scenario, similar to the LangChain ConversationChain.
The Conversational Agent also handles the memory, so the LLM can answer context-based requests.
......@@ -30,7 +30,7 @@
As it is less flexible than LangChain, Haystack is easier to get started with.
\subsection{Conclusion \& Decision}
Of course, in this evaluation, only a small subset of the available concepts were discussed.
Of course, in this evaluation, only a small subset of the available concepts and tools were discussed.
However, most of the concepts can be found in both frameworks.
That's why I focused on evaluating the concepts, that are important to this project.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment