Open-Source-Chandigarh / sadakAI

Personalized Roadmaps for Your Software Development Journey
GNU General Public License v3.0
3 stars 8 forks source link

Migrated to Groq with Sentence Transformers #19

Closed hriteshMaikap closed 3 weeks ago

hriteshMaikap commented 3 weeks ago

I have added the feature as requested, but with some major changes. The issue of delayed responses has beeen resolved, now the only delay is loading the cache files, which takes about 20 seconds. After which responses are very fast (refer to the attached video). Let me help summarize the files. I have not changed you main_local.py instead created a updated_main_local.py with some supporting files namely config.py and .env. But why did I do this? Here is the explaination:

https://github.com/user-attachments/assets/b661e4d1-de4b-4503-b715-ee53f16d2a46

hriteshMaikap commented 3 weeks ago

Some known warnings in the console that may raise a few questions:

bakayu commented 3 weeks ago

I have reviewed the changes, merging your PR. I have messaged you on discord as well, please check them out, also I will be doing some changes here (going forward with your approach but keeping the local-llm capabilities for testing purpose).

Thank you for the contribution!! :)