-
Desperately trying to get https://github.com/semicognitive/sveltekit-modal-langchain to run. I know a ton about SvelteKit and node but can't get Python to run for the life of me. Below is the furth…
-
I may have misunderstood when this was first presented to me, but are there plans to allow developers to bring their own local (self-hosted) LLM instead of leveraging openAI? That will be important fo…
-
### Verified issue
- [X] Someone from the team allowed me to create an issue here
### Issue Content
Hi Everyone,
Thanks for your interest in LearnHouse, this is a good first issue for anyon…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
Since version v0.2.5, it seems the stop parameter in openai api is directly set `conv.stop_str`, rather than from request.
https://github.com/lm-sys/FastChat/blob/v0.2.5/fastchat/serve/api.py#L134
…
-
I'm following this example: `https://github.com/jina-ai/langchain-serve/tree/main/examples/rest` and get an `Failed on building Docker image.` error
Code works properly when deploy to local.
loc…
-
### Description
I am attempting to replicate the [Langchain tutorial](https://python.langchain.com/docs/integrations/chat/ollama_functions) in order to use OllamaFunctions for web extraction, as also…
-
Hi @hadley, thanks for sharing this, really exciting.
Very nice to see support for open models via ollama. I wonder if you would consider adding support for VLLM-hosted models as well, e.g. see ht…
-
### Describe the bug
I am working on a Generative AI project with the following characteristics
NodJS API
TypeScript
@langchain/community
HuggingFaceTransformersEmbeddings
OpenAIEmbeddings
…
-
By refactoring to perform incremental updates instead of whole system re-ingests, we can eliminate the need for an intermediate datastore (i.e. MongoDB), and ingest directly from the Gospel Library si…