Çağatay Çallı

Results 22 comments of Çağatay Çallı

Wikiprep-ESA Spearman correlation detail for 20051105 dump from Gabrilovich et al: http://www.ceng.metu.edu.tr/~cagatay/spearman-20051105.xls

amiradib, I set the default encoding of Python as UTF-8 while I was working, that might be the difference that cause problems for you. As you stated, you can either...

There's a part about scanLinks.py under Usage in README: ``` This creates the pagelinks table and records incoming and outgoing link counts. python scanLinks.py ``` directScan.py can be used when...

Usage explanations are enhanced. Scripts try to guide the user when provided with wrong/insufficient arguments. However, I will edit README in the light of your additions since basic DB setup...

Tested, Anthropic working fine.

@krystianpiecko Did you try setting ANTHROPIC_API_KEY through .env.local ? Does it work for you like that?

Tested, it's working fine right now.

Seems like this is addressed here, merged: https://github.com/mckaywrigley/chatbot-ui/pull/1740

Gemini Vision model is limited as a single-message model. Gemini Flash supports conversational multi-message scenario though. Recently, the scenario you mention is also fixed, using the last image message. So...