iusztinpaul / hands-on-llms

🦖 𝗟𝗲𝗮𝗿𝗻 about 𝗟𝗟𝗠𝘀, 𝗟𝗟𝗠𝗢𝗽𝘀, and 𝘃𝗲𝗰𝘁𝗼𝗿 𝗗𝗕𝘀 for free by designing, training, and deploying a real-time financial advisor LLM system ~ 𝘴𝘰𝘶𝘳𝘤𝘦 𝘤𝘰𝘥𝘦 + 𝘷𝘪𝘥𝘦𝘰 & 𝘳𝘦𝘢𝘥𝘪𝘯𝘨 𝘮𝘢𝘵𝘦𝘳𝘪𝘢𝘭𝘴
MIT License
3k stars 462 forks source link

Resolve #72 Fix qdrant collection creation need optimizer #76

Open dvquy13 opened 5 months ago

dvquy13 commented 5 months ago

Not sure why initiating Qdrant collection would not take the default value = 1 for max_optimization_threads, but for me making this change fixes the issue #72.

joein commented 5 months ago

@dvquy13 what qdrant and qdrant-client versions are you running? It seems like a backward compatibility issue