Brandon
Brandon
i had this issue too, they wouldn't even ingest. I got a .ds_store error, so delete a few pdfs that aren't necessarily viewable, and this allowed me to ingest and...
@vishnu1991 Had the best insights on this. @riceorpasta I have a similar setup where I have my own data generated into documents about 2-10 pages in length. I did k=3...
Did you add a document loader below pdf loader in ingest.ts?
I got this error many times in beginning. Make sure you create a separate file from the env.example as the env.example file will obviously not work. Also make sure your...
In pages>index.ts file is main editor area for how it looks. From there you'll see the main components of UI is in the other 'components' folder such as 'layout', and...
Refer to issue #123 and your solution may be there.
What has your prompt template looked like? Also, the QA template before it doesn't really provoke a response to return a table format, mostly text.
it can. I wanted to see prompt template because I'm speculating it's the prompt template, especially if you are using gpt 3.5 instead of 4 as attention towards whole prompt...
Azure cognitive services and separate openAI may be a better and easier to use. You can use Azure and OpenAI in langchain as you may know with python, but upon...
Make sure you make your own .env file and not use env.example. The afterwards, click save to confirm changes or won't work.