yoheinakajima / babyagi

MIT License
19.9k stars 2.61k forks source link

Create pinecone compatible key for objective #204

Closed fxchen closed 1 year ago

fxchen commented 1 year ago

Context: https://discord.com/channels/1092917289164230770/1093020282891026554/1097968095219433513

If users type in a non-ascii character upsert + query fail type check. E.g. new lines and quotes like these', " are all okay. Angled quotes () and a variety of other special characters are not.

> print(re.sub(ASCII_ONLY, '', 'Hello World 🥰 “"'))
Hello World  "