Hacker News
- Scaling Document Data Extraction with LLMs and Vector Databases https://www.timescale.com/blog/scaling-document-data-extraction-with-llms-vector-databases/ 2 comments
- Auto-Vectorization in LLVM — LLVM 3.3 documentation http://llvm.org/docs/vectorizers.html 10 comments programming
- Storing word / document vectors in RDBMS https://github.com/guenthermi/postgres-word2vec 4 comments languagetechnology
- unclear documentation regarding vector drain method https://www.reddit.com/r/rust/comments/6oug0r/unclear_documentation_regarding_vector_drain/ 5 comments rust
- I did Dynamic Array Data Structure in C which is like std::vectors in C++ and added 11 pages of documentation https://github.com/farukalpay/DynamicArray 10 comments algorithms
- I did Dynamic Array Data Structure in C which is like std::vectors in C++ and added 11 pages of documentation https://github.com/farukalpay/DynamicArray 3 comments cprogramming
- I did Dynamic Array Data Structure in C which is like std::vectors in C++ and added 11 pages of documentation https://github.com/farukalpay/DynamicArray 5 comments embedded
- I did Dynamic Array Data Structure in C which is like std::vectors in C++ and added 11 pages of documentation https://github.com/farukalpay/DynamicArray 13 comments c_programming
- Support Vector Machine Light Library, use against reuters news article for document categorization http://svmlight.joachims.org/ 6 comments programming
- I really want to plot specific level(s) for my contour lines, but the contour function of Plots.jl doesn't accept a vector (or tuple) input of integers even when the documentation says that it can. Please Help. http://docs.juliaplots.org/latest/generated/attributes_series/ 4 comments julia