gaurav-cointab
gaurav-cointab
Hi Team, This is the setup. main.yml name: 'PR Tasks Completed Check' on: pull_request: jobs: task-check: permissions: write-all runs-on: ubuntu-latest steps: - uses: kentaro-m/[email protected] with: repo-token: ${{ secrets.ACCESS_TOKEN }} This...
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}...
Has anyone tested this plugin with 4.2? If no one has tested, if anyone can guide me on how to make it compatible with 4.2, this could include tinkering with...