Martin Liu
Martin Liu
> Hence we should probably change the code to similarity_to_query = cosine_similarity(query_embedding, embedding_list)[0] i.e. remove the list from the query_embedding. @dev2049, the code seems related to your PR https://github.com/hwchase17/langchain/pull/2915, any...
@dev2049 Great, thank you so much for resolving the issue quickly!
It will be great if support socket.io
我的博客也是这么玩的,[http://martin-liu.github.io/](http://martin-liu.github.io/). 这个是我当时的记录:[使用github pages + issues + api建立个人博客](http://martin-liu.github.io/#!/article/4) 虽然之后我就没折腾了( 懒:sweat: ),不过还是可以交流下
I think tests (and coverage) config should be by default added when do `rye init`, probably also linting. `cargo new` don't add tests config only because it has built-in support.
@ahupp Any update?
@karpathy Appreciate the effort you've put into creating this repository. I've noticed that our current setup requires decoding to be done through Python, which felt a bit cumbersome. To address...
@karpathy Great point! I actually thought about this, but I opted for code generation (1) with a primary focus on ensuring transparency and educational value. Integrating the tokenizer logic directly...