Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rag for video application #57

Closed
wants to merge 2 commits into from
Closed

rag for video application #57

wants to merge 2 commits into from

Conversation

lfunderburk
Copy link
Contributor

@lfunderburk lfunderburk commented Jan 2, 2024

PR with app for video analysis using RAG


📚 Documentation preview 📚: https://ploomber-doc--57.org.readthedocs.build/en/57/

from elasticsearch_haystack.embedding_retriever import ElasticsearchEmbeddingRetriever
from elasticsearch_haystack.document_store import ElasticsearchDocumentStore

from chat import *
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not use wildcard imports, it makes linting tools fail

@@ -0,0 +1,15 @@
services:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ploomber cloud does not support docker-compose, you'll need to modify your dockerfile so it runs elasticsearch instead of using this

@edublancas edublancas closed this Jan 11, 2024
@edublancas edublancas deleted the video-rag branch January 11, 2024 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants