gaurav-cointab

Results 13 issues of gaurav-cointab

Is my understanding correct regarding the workSheetReader.abort() and workSheetReader.skip() function. The code will stop the processing of the worksheet as soon as workSheetReader.abort() is called, and then it will go...

Hi, Can we have an option of rotating logs on demand. For example can we have an option from command line where when we execute it, it can rotate logs...

Hi vbuch, I have gone through a lot of your answers, and I have been able to go to the PR which was for pdfkit 0.11, and make the pdfkitAddPlaceholder...

question
visual

If possible can you maintain a list of supported models. If people can also list down which models have they been able to make it work, then it will be...

enhancement

I ran the repo with the default settings, and I asked "How are you today?" The code printed this "gpt_tokenize: unknown token '▒'" like 50 times, then it started to...

bug

I am not able to run the "GPT4All 13B snoozy" the file is downloaded from the https://gpt4all.io/models/ggml-gpt4all-l13b-snoozy.bin I am getting gptj_model_load: loading model from 'models/ggml-gpt4all-l13b-snoozy.bin' - please wait ... gptj_model_load:...

bug

Hi Can we add the support for "Mosaic mpt-instruct" as it is mentioned on "https://gpt4all.io/index.html" that it can run with "Mosaic mpt-instruct"

bug

If there is only file present in the models folder and it is different from the file mentioned in the .env, then take confirmation from the user before using and...

enhancement

This is the code that I am using import {RetrievalQAChain} from 'langchain/chains'; import {HNSWLib} from "langchain/vectorstores"; import {RecursiveCharacterTextSplitter} from 'langchain/text_splitter'; import {LLamaEmbeddings} from "llama-node/dist/extensions/langchain.js"; import {LLM} from "llama-node"; import {LLamaCpp}...

enhancement

This is the code I am using import {RetrievalQAChain} from 'langchain/chains'; import {HNSWLib} from "langchain/vectorstores"; import {RecursiveCharacterTextSplitter} from 'langchain/text_splitter'; import {LLamaEmbeddings} from "llama-node/dist/extensions/langchain.js"; import {LLM} from "llama-node"; import {LLamaCpp} from...

invalid