Rodomi pranešimai su žymėmis AI. Rodyti visus pranešimus
Rodomi pranešimai su žymėmis AI. Rodyti visus pranešimus

2025 m. rugsėjo 5 d., penktadienis

AI stuff

https://github.com/upstash/context7  - Naujojamas patikrinti naujausias bibliotekas

 https://www.youtube.com/watch?v=xOO8Wt_i72s&ab_channel=PatrickEllis
 - claude mcp

 

https://github.com/microsoft/playwright-mcp
playwright install 
npx playwright install  install chrome 

 

 

Chrome AI:

https://github.com/GoogleChrome/chrome-extensions-samples
chrome://on-device-internals/

https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world

 

 https://googlechromeai2025.devpost.com/resources

 

 https://groups.google.com/u/1/a/chromium.org/g/chrome-ai-dev-preview/c/4Xeuq3Px9HA

https://developer.chrome.com/origintrials/#/trials/active 

 

 Model data; chrome://on-device-internals/

 

Step 1: Force Download via Components Page

This is the most reliable method:

  1. Go to: chrome://components/
  2. Find: "Optimization Guide On Device Model"
  3. Click: "Check for update" button
  4. Wait for it to download (you'll see the version number update)
  5.  

 

  1. Monitor the download:
    • Open a new tab: chrome://on-device-internals
    • Go to the "Model Status" tab
    • You should see Gemini Nano downloading
  2. Wait 5-15 minutes for download to complete
  3. Verify it's ready:
await LanguageModel.availability();  // Should return 'available'
 
const session = await LanguageModel.create({ outputLanguage: 'lt' });
const result = await session.prompt('Parasyk haiku apie kodavimą');
console.log(result); 

2024 m. rugpjūčio 16 d., penktadienis

Running LLM locally

Running Ollama with docker

 with CPU

docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama

 

docker exec -it ollama ollama run llama3.1
 


References:

Video tutorial for ollama on docker both cpu/gpu

2024 m. vasario 6 d., antradienis

AI - Learning

(RAG) Retrieval-Augmented Generation 

Data source(eg. Web) <- LLM (talks to)

LLM challenges:

  1. No source
  2. Out of date 

MoE - Micture of Experts. 

2023 m. lapkričio 9 d., ketvirtadienis

2023 m. balandžio 6 d., ketvirtadienis

2023 m. vasario 7 d., antradienis