-
lc-serve playground pdf-qna
Error: Invalid value: File does not exist: lcserve/playground/pdf_qna/playground.py
-
### Issue you'd like to raise.
INFO: Will watch for changes in these directories: ['/Users/abdibrokhim/VisualStudioCode/draft/antrophicCloudeLangchainTutorialApp']
INFO: Uvicorn running on h…
-
微博内容精选
-
Not sure if im doing something wrong but when i send a request through curl to the api, it does this:
![image](https://user-images.githubusercontent.com/33387060/234503150-f63c10aa-aff8-4b57-a393-b2c…
-
.smol-dev-js/config/config.json
```json
{
"provider": "openai",
"gpt4_32k": false,
"short_description": "NestJs microserivce with REST API",
"src_include": [
"**"
],
"src_exclude": [
…
-
Includes some stability of the log JSON (for better backwards compatibility vs future UI updates and other tools), and having examples / starting templates for users based on that.
If we run experi…
-
I'm currently using OpenAIEmbeddings and OpenAI LLMs for ConversationalRetrievalChain. I'm trying to switch to LLAMA (specifically Vicuna 13B but it's really slow. I've done this:
`embeddings = Lla…
-
file "commons/langflow_utils.py" requires `langflow` installed. And so I cannot run the server:
```
(venv) ➜ server git:(main) ✗ uvicorn app:app --log-level=debug --host 0.0.0.0 --port 8000
2023…
-
## Summary
Would be great if this package could support serverless environments such as NextJS route handlers. Specifically the streaming part.
Being able to have langchain and the UI of an ap…
-
Asking A Question:
```
curl --location 'http://127.0.0.1:8080/v1/completions' \
--header 'Content-Type: application/json' \
--data '{
"model": "ggml-gpt4all-j",
"temperature": 0.9,
…