langchain/libs
Bagatur ec362ecbe2
Fixed regex bug in RetrievalQAWithSources in previous update (#9898)
- Description: In my previous PR, I had modified the code to catch all
kinds of [SOURCES, sources, Source, Sources]. However, this change
included checking for a colon or a white space which should actually
have been only checking for a colon.
  - Issue: the issue # it fixes (if applicable),
  - Dependencies: any dependencies required for this change,
2023-08-29 17:32:24 -07:00
..
experimental Add notice about security-sensitive experimental code to experimental README. (#9936) 2023-08-29 14:21:30 -04:00
langchain Fixed regex bug in RetrievalQAWithSources in previous update (#9898) 2023-08-29 17:32:24 -07:00