-
Hi,
Whenever I try to run this code :
from bertopic import BERTopic
topic_model = BERTopic(verbose=True, embedding_model="paraphrase-TinyBERT-L6-v2", min_topic_size=25)
topics, _ = topic_mod…
-
Is there an API we can call to return the extracted text in utf-8 encoding ?
I am using tika python version 1.15
-
Hi,
after the last upgrade to the latest master, I started seeing errors when running in pure python docker container:
```
2021-01-19 13:26:42,341 - werkzeug - INFO - 192.168.144.4 - - [19/Jan/…
-
### Problem description
Pyright is not recognising the correct python interpreter although Nvim is recognising the correct conda environment.
### LunarVim version
0.4.6
### Neovim versio…
-
**Describe the bug**
If you run `ProfileReport()` with `minimal=True` in a Jupyter Notebook, when you run `ProfileReport` again it does not show correlations or anything besides the 'variables' and…
-
A Absam (http://absam.io) está apoiando o nosso projeto! 🎉😍 Nessa _issue_ vamos fazer um levantamento dos serviços que precisamos configurar, questões em aberto e como fazer a migração.
### O que t…
-
Podemos fazer uma comparação de todos os candidatos do Brasil, com os da Bahia e de Feira de Santana.
Seria legal ter uma visualização para cada candidatos da cidade.
Temos os [links para os PDFs …
-
Hi there, I am trying to deploy my azure function to azure. The function has been tested successfully when deploying on localhost. The deployment to Azure failed without throwing any error message.
…
-
**Describe the bug**
When I run `reader = FARMReader(model_name_or_path="deepset/xlm-roberta-large-squad2")`, the reader correctly loads.
When I run `reader = FARMReader(model_name_or_path="./xlm-ro…
-
Hi there, I am trying to deploy my python azure function to azure using Azure CLI. It failed without giving any error message. The last command is an `oryx` command. Is there any suggestion about how …