wang
Results
2
issues of
wang
There is a warning log in ragflow/rag/nlp/synonym.py ``` class Dealer: def __init__(self, redis=None): ... if not redis: logging.warning( "Realtime synonym is disabled, since no redis connection.") ... ``` And the...
question
英文/English: Let's say I have a table structure written in the `user.sql`, then I execute this command: `goctl model mysql ddl --src user.sql --dir .` And I'll get those files:...
stale
answered