Friday 12 May 2023

LangChain python - ability to abstract chunk of confidential text before submitting to LLM

If there are confidential document on which organization like to leverage LLM (e.g. OpenAI CHATGPT4) but just as precaution if they would like to abstract confidential information automatically then is it possible using langchain API (without loosing much of context). e.g. if there is name of company then it will just replace with "Company A" I am looking for option which are available as generic method like embedding which understands semantic meaning of words.



from LangChain python - ability to abstract chunk of confidential text before submitting to LLM

No comments:

Post a Comment