IncarnaMind icon indicating copy to clipboard operation
IncarnaMind copied to clipboard

Connect and chat with your multiple documents (pdf and txt) through GPT 3.5, GPT-4 Turbo, Claude and Local Open-Source LLMs

Results 8 IncarnaMind issues
Sort by recently updated
recently updated
newest added

Hi, In your code `window_step`=3 and `scale_factor`=3. I don't think it's a coincide, I think these value must be equal. Otherwise `lower_bound` and `upper bound` of 3 small chunks within...

In the func "find_overlaps",there is some code as flowing: ```python for start, end in remaining_intervals.copy(): for s, e in curr_group: overlap = set(range(s, e + 1)) & set(range(start, end +...

Hello.I think i don't know about the function add_window.There's some code that makes me wonder,“idx < len(doc) - window_size”. Actually,I know it's a critical condition,It makes the last window retain...

i have many pdf files , it's series of tech books , about 1000 or more files . thanks

**Describe the bug** When I attempt to install the requirements of IncaraMind, I get this error: ``` Collecting uvloop==0.17.0 (from -r requirements.txt (line 93)) Using cached uvloop-0.17.0.tar.gz (2.3 MB) Preparing...

**Describe the bug** 'cause when I use your sample files, things go well. Well when I try my own pdf files, it returns that: File "...../IncarnaMind/docs2db.py", line 181, in process_metadata...

After adding my PDFs one by one to the /data folder, there is one file that throws the error ``` Traceback (most recent call last): File "[...]/IncarnaMind/docs2db.py", line 182, in...

Hi, I see in the Config File that Most Of the Open Source Models are being used via TogetherAI as the Orchestration Layer. Can We Change this to it using...