Wednesday, August 16, 2023

privateGPT

 

finally I have seen https://github.com/imartinez/privateGPT working in my local computer, it is kind of a search engine for documents, I was looking for more conversation level bot  which can learn from the conversation and start answering accordingly, why am I searching for this, it is about our jira`s, there are some repeatitive tickets, if I can teach a bot to realize those and solutions, it can answer users directly or can tell me which doc to answer. not bad privateGPT

Saturday, August 05, 2023

span_id and trace_id

 Spring cloud sleuth architecture and use

http keep alive turn off

if I turn http keep alive off then I get db read tomeouts and db pool size becomes not enough, if I increase the pool size and time outs more then web worker threads becoming non responsive, self note never turn off keep alive for rest clients in spring boot

odd string diff

 https://leetcode.com/problems/odd-string-difference/ Beats 19.92% of users with Java   class Solution { public String oddString ( S...