-
my python file:
with Run().context(RunConfig(nranks=1)):
config = ColBERTConfig(doc_maxlen=doc_maxlen, nbits=nbits)
indexer = Indexer(checkpoint=checkpoint, config=config)
indexer.index(n…
-
### What happened?
We are attempting to use the beam java sdk to consume from a kafka topic with contains avro messages of varying schemas but however need to be correctly ordered. However as you can…
-
### Describe the bug
Hello everyone,
I am trying to test Autogen. I have a functioning API key, however I have this error when trying to initialize my project
Error
Piece of code :
`from d…
-
Recently, I discovered that projects opened via VSCode automatically load the `.env` file. Upon further investigation, I confirmed that the issue aligns with what was previously noted by #22982 .
I…
-
I think you're missing python-dotenv in the README or in the code.
Complains:
```
$ streamlit run app_chat.py
ModuleNotFoundError: No module named 'dotenv'
Traceback:
File "/Users/ricc/git/s…
-
This is for the environment method mentioned in here:
```
IOError: Could not find kaggle.json. Make sure it's located in /root/.kaggle. Or use the environment method.
```
I read your logic for r…
-
### Steps to Reproduce
```bash
rye init --script repro
cd repro/
rye sync
rye add dotenv
rye add python-dotenv
```
### Expected Result
The first package install didn't succeed which mad…
-
Hi,
I installed and verified if everything was installed properly which is the case.
IF_ChatPrompt node do not appear in my ComfyUI list of nodes but I have zero issues/errors on the log.
how …
-
Having a really hard time getting the Elevenlabs voice TTS to work with a dedicated/cloned voice. I'm using the voice-pipeline-agent-python example. It does work with the standard openai.TTS voice.
…
-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …