c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
257 stars 45 forks source link

Overlap embeddings #25

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

chunk_overlap: int = 0, overlap should be about 100 to preserve meanings cutoff by chunk_size

c0sogi commented 1 year ago

It is up to the user to make the text overlap, but let's add that setting to the config.

Torhamilton commented 1 year ago

When you have the time, allow Admin to edit config from Admin UI. no rush on this one, except it's easy to do