django-ai-assistant icon indicating copy to clipboard operation
django-ai-assistant copied to clipboard

Integrate AI Assistants with Django to build intelligent applications

Results 32 django-ai-assistant issues
Sort by recently updated
recently updated
newest added

## Description From [OpenAI docs](https://platform.openai.com/docs/guides/text-to-speech): > The Speech API provides support for real time audio streaming using [chunk transfer encoding](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding). This means that the audio is able to be played...

enhancement

How to make Celery and langgraph work together? Is it worth? What's the best way to coordinate assistants with background work and run it all outside the request-response cycle?

enhancement

- [ ] Django mailer - [ ] Django model-based RAG - [ ] Django Mediafile-based RAG

enhancement

- Any SOC2 facilities - Any GDPR facilities - Encryption - Data retention controls - PII removal and/or anonymization - Team management - Fine-grained permissions

enhancement

Could be a pre-implemented tool (see https://github.com/vintasoftware/django-ai-assistant/issues/43) or an example (see https://github.com/vintasoftware/django-ai-assistant/issues/19)

enhancement

Not sure if this already exists or if there is an easy way to do this, if yes please do let me know and will close this issue. I have...

## Description - Update backend dependencies to resolve #183 ## Steps to test - [ ] `poetry shell` - [ ] `poetry install` - [ ] `poetry run pytest`

While using Ollama (with llama) the outputs/responses are not good and accurate as openai, is there a special code implementation in ai_assistants.py file to use Ollama(with llama)?