Open VinceAtWorkingSoftware opened 12 months ago
Is there any way to preprocess input, before sending it to an LLM?
For langchain I found an example how to use presidio to anonymize data before passing it to an LLM. https://python.langchain.com/docs/guides/privacy/presidio_data_anonymization/
Is it possible to do the same (or other preprocessing) in flowise?
not for now, but we do plan to support pre + post processing in future!
Is there a calendar for when will this feature come?
Is there any way to preprocess input, before sending it to an LLM?
For langchain I found an example how to use presidio to anonymize data before passing it to an LLM. https://python.langchain.com/docs/guides/privacy/presidio_data_anonymization/
Is it possible to do the same (or other preprocessing) in flowise?