llm-answer-engine icon indicating copy to clipboard operation
llm-answer-engine copied to clipboard

Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Mixtral, Langchain, OpenAI, Brave & Serper

Results 54 llm-answer-engine issues
Sort by recently updated
recently updated
newest added

I'm trying to run this on Github codespaces. When I run `npm dev run` I get the following error. ``` `x-forwarded-host` header with value `xxxx-xxx-xxxxxxx-3000.app.github.dev` does not match `origin` header...

help wanted

Hi, I have tried to use the following for embedding. However, I got an error probably related to using the runtime = "edge" `const embeddings = new HuggingFaceTransformersEmbeddings({modelName: "Xenova/all-MiniLM-L6-v2"});` Here...

help wanted

Suggestions: 1. Use Mozilla's Readabiility (requires JSDOM) but does a great job reduce the size of content from the webpage for the context injection. https://github.com/mozilla/readability 3. Use Query decomposition rather...

enhancement

![image](https://github.com/developersdigest/llm-answer-engine/assets/66947064/56572011-5727-44ff-8733-b2cafbf0a6b7) OS: Manjaro

bug

Installation guide "Clone the repository: ". Added reference

## Description #### @langchain/community, llm-answer-engine, and langchain require different minor requirements for @vercel/kv. Langchain and langchain/community both require ^0.0.23 vs ^1.0.1 in llm-answer-engine repo. I removed that line and also...

``` ✓ Ready in 667ms ○ Compiling / ... ✓ Compiled / in 1628ms (1571 modules) ✓ Compiled in 293ms (470 modules) There was a problem with your fetch operation:...

bug

Please create a docker image for this repo making it extremely easy for new comers to deploy this project on their own server I can send a pull request with...

Hello do you think you can add a docker image to this project ?