Dipesh Rathore
Dipesh Rathore
## It's a FutureWarning Because you're performing ["Chained Indexing"](https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#why-does-assignment-fail-when-using-chained-indexing), and it has inherently unpredictable results (may return a view or copy) So it's suggested by pandas to modify DataFrames directly,...
Hey @ysolanky, I am new to open source contributions & wanna learn. Upon seeing your Merge Request, i cannot understand why you're moving `OpenAIEmbedder` from default argument to the constructor...
Got it, @SpvceR3ii. Thanks for the clarification.