RAG using Azure OpenAI

Hello Everyone!

I am new to the Knime Platform, planning to implement RAG using Azure OpenAI as shown in (2.5 - Retrieval Augmented Generation ChatApp – KNIME Community Hub).

Instead of wikipedia articles, I am working on Pdf documents using pdf parser. I have followed all the steps including RAG chatApp configuration but I didn’t get the expected output from the Chat Model Prompter. Below are the some of the warnings.

WARN  Rule-based Row Filter 4:1774:0:1779:1778:1745 Node created an empty data table.
WARN  RowID                4:1774:0:1779:1778:120 No row key column selected generate a new one
WARN  RowID                4:1774:0:1779:1778:121 No row key column selected generate a new one
WARN  RowID                4:1774:0:1779:1778:121 Node created an empty data table.
WARN  Joiner               4:1774:0:1779:1778:125 Node created an empty data table.
WARN  Missing Value        4:1774:0:1779:1770:1719 The current settings use missing value handling methods that cannot be represented in PMML 4.2.
WARN  String Manipulation  4:1774:0:1779:1770:1726 Node created an empty data table.

Please refer to the above link for the similar workflow. Thank you!

I would check the steps e.g. does the Model return sth when you prompt at all?
Vectorestoreretriever to check whether FAISS has stored sth.
br

2 Likes

It’s working fine now. Thank you for your reply @Daniel_Weikert

2 Likes

You might want to post the solution for future reference here as well
br

1 Like