mem0ai / embedchainjs

Framework to easily create LLM powered bots over any dataset.
https://twitter.com/taranjeetio/status/1675884902019915778
Apache License 2.0
317 stars 33 forks source link

Embedding from raw text/json #9

Open davidoort opened 1 year ago

davidoort commented 1 year ago

Hi! Thanks for building this :) I see you support embeddings like Websites and PDF which require extra processing to convert into a digestible format, so I'm wondering why the simplest of embedding (aka raw text) is not supported? Or am I missing something?

Thanks, David

cachho commented 1 year ago

Hi, I 100% agree. I added the raw text feature in python. Thanks for pointing out that it's missing from the js implementation. I'm ready to add it once #7 is merged.