pathwaycom/llm-app

Question: How LLM App can solve ambiguity of natural languages?

Boburmirzo opened this issue · 2 comments

Hi,

In prompt engineering, flexibility comes from two directions: how users correctly define instructions, and how LLMs respond to these instructions. The ambiguity in generated responses by LLMs seems to be still a problem that many LLM app developers are trying to mitigate. In this context, how Pathway LLM app can solve this problem systematically?

Hi,

The app template provides a flexible way to provide better contexts which are organization-specific or even user-specific. Say, the app may be set up so that a given user may add their own glossary or "most recent docs" to the context.

Thanks for bringing this up. We've clarified the readme a bit in #30, can you confirm that this resolves your question?

@dxtrous Thank you for explaining this! Yes, it answers the question.