codequestion icon indicating copy to clipboard operation
codequestion copied to clipboard

🔎 Semantic search for developers

Results 8 codequestion issues
Sort by recently updated
recently updated
newest added

The original mdv project is no longer maintained and there is an active fork: https://pypi.org/project/mdv3/ Switch to mdv3

System: Windows 10 (x64) running Python 3.8.1 and pip 20.2.3. ``` ERROR: Could not find a version that satisfies the requirement torch>=1.4.0 (from txtai>=1.2.0->codequestion) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2) ERROR:...

From reddit: https://www.reddit.com/r/MachineLearning/comments/irauuz/p_codequestion_ask_coding_questions_directly_from/g4zjvg6/?utm_source=reddit&utm_medium=web2x&context=3

Similar to https://github.com/neuml/txtai/issues/12 - allow serving codequestion models via FastAPI. This will help speed up calls via the command line (#4), along with the possibility of remote service calls.

I'm able to get codequestion running but as soon as I begin to query it crashes with the following error: ```OMP: Error #15: Initializing libomp140.x86_64.dll, but found libiomp5md.dll already initialized.```...

`➜ python3.10 -m pip install codequestion` ``` sformers, torch, txtai, codequestion Successfully installed MarkupSafe-2.1.2 codequestion-2.0.0 faiss-cpu-1.7.3 html2markdown-0.1.7 huggingface-hub-0.13.4 jinja2-3.1.2 mpmath-1.3.0 networkx-3.1 python-louvain-0.16 scipy-1.10.1 sympy-1.11.1 tokenizers-0.13.3 torch-2.0.0 transformers-4.28.1 txtai-5.5.0 ``` `➜...

Hi, Is there a way of speeding up index of list of 2000 dictionaries on CPU? I also seem to the having the same issue on GPU (collab environment).