-
Hi, When deploying this application with all the RAG stacks enabled, I get this error from cloudformation during the deployment
```
"Lambda function AwsGenaiLllmChatbotStack-OpenSearchVectorSearchI…
-
### What happened?
A bug happened! Cannot create brain
### Relevant log output
```bash
ote.
web | [TypeError: fetch failed] {
web | cause: [Error: connect ECONNREFUSED 12…
-
运行 webui.py后能访问页面,上传一个md文件后,日志中有错误。等待后能加载完成,提示可以提问了,但提问没反应,日志中有错误。 具体日志如下。
```
$ python webui.py
/data/py310/lib/python3.10/site-packages/gradio/components.py:167: UserWarning: Unknown style par…
-
### System Info
```
langchain==0.0.180
Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win32
Windows 11
```
### Who can help?
@eyurtsev
### Informati…
-
`pip install python-crfsuite` aborts with an error.
Platform details:
* Python 3.12.0
* Windows 10 Enterprise, Version 22H2, OS build 19045.3448
* Processor: 12th Gen Intel(R) Core(TM) i7-12700 …
zsfc updated
11 months ago
-
One of the parts of setting up neural coreference is so check if a sentence needs coreference.
The following code does that by recognizing determiners and pronouns.
We need to integrate this wi…
-
spacy sm model:
`!python -m spacy download en_core_web_sm`
nltk averaged perceptron tagger
`import nltk`
`nltk.download('averaged_perceptron_tagger')`
-
I gave it a PDF file and it failed as shown below. I was a little concerned to see it downloading packages. I don't see any reference to NLTK. Please comment on that and also the error I got. Thanks.
…
-
python app.py
[nltk_data] Error loading stopwords:
[nltk_data] Error loading averaged_perceptron_tagger:
[nltk_data] Error loading wordnet:
[nltk_data] Error loading rslp:
[nltk_data] Error…
-
Hi, I wonder how to use model pretrained by s3prl toolkit for ASR test. I found the script _espnet2/asr/frontend/s3prl.py_, but I'm not sure how to use it.