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

update rag/src/data_processing.py & rag/src/config/config.py #123

Merged
merged 2 commits into from
Mar 22, 2024

Conversation

zealot52099
Copy link
Contributor

update rag/src/data_processing.py:Allow user to load embedding/rerank models from local cache
update rag/src/config/config.py: changed "embedding_path" & add "rerank_path"

allow user to load embedding & rerank models from cache
embedding_path = os.path.join(model_dir, 'embedding_model')  
rerank_path = os.path.join(model_dir, 'rerank_model')
@zealot52099 zealot52099 changed the title Dev update rag/src/data_processing.py & rag/src/config/config.py Mar 22, 2024
@aJupyter aJupyter merged commit a8cfdb8 into SmartFlowAI:dev Mar 22, 2024
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