Skip to content

Unable to vectorise project - argument list too long #64

Description

@Ajaymamtora

When I try to vectorise my typescript project with zsh, I get:

vectorcode vectorise src/**/*.ts
zsh: argument list too long: vectorcode

Then I tried with bash, and I get:

bash-3.2$ vectorcode vectorise src/**/*.ts
Host at 127.0.0.1:8000 is unavailable. VectorCode will start its own Chromadb at a random port.
Vectorising files...: 100%|█████████████████████████████████████████████████████████████| 8/8 [00:00<00:00, 19.78it/s]
  Added    Updated    Removed
-------  ---------  ---------
      0          8          0

But there's definitely more than 8 typescript files in my project, is this expected?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions